We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df06f33 commit e4ba5eeCopy full SHA for e4ba5ee
docs/conf.py
@@ -14,8 +14,6 @@
14
# import sys
15
# sys.path.insert(0, os.path.abspath('.'))
16
17
-import sphinx_rtd_theme
18
-
19
# -- Project information -----------------------------------------------------
20
21
project = 'jupyterlab-blockly'
@@ -52,7 +50,6 @@
52
50
# The theme to use for HTML and HTML Help pages. See the documentation for
53
51
# a list of builtin themes.
54
html_theme = 'pydata_sphinx_theme'
55
-html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
56
57
# Add any paths that contain custom static files (such as style sheets) here,
58
# relative to this directory. They are copied after the builtin static files,
0 commit comments