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 5ecde89 commit ee54407Copy full SHA for ee54407
requirements.txt
@@ -1 +1 @@
1
-sphinx_pdj_theme==0.1.6
+sphinx_pdj_theme==0.1.6
source/conf.py
@@ -26,9 +26,7 @@ def setup(app):
26
# Options for HTML Output
27
# =======================
28
29
-html_theme = 'sphinx_pdj_theme'
30
-import sphinx_pdj_theme
31
-html_theme_path = [sphinx_pdj_theme.get_html_theme_path()]
+html_theme = 'sphinx_rtd_theme'
32
33
html_static_path = ['_static']
34
0 commit comments