Skip to content

Commit 02f4a75

Browse files
committed
docs: Fix read-the-docs build with pydata-sphinx-theme==0.13.0
Ref: pydata/pydata-sphinx-theme#1220
1 parent d317e62 commit 02f4a75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/source/conf.py

+1
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ def setup(app):
8686
html_theme_options = {
8787
"github_url": "https://github.com/jupyterhub/ltiauthenticator/",
8888
"use_edit_page_button": True,
89+
"icon_links": [],
8990
}
9091
html_context = {
9192
"github_user": "jupyterhub",

0 commit comments

Comments
 (0)