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 e3563fb commit 4908545Copy full SHA for 4908545
doc/conf.py
@@ -36,7 +36,7 @@
36
]
37
38
# Add any paths that contain templates here, relative to this directory.
39
-templates_path = ['_templates']
+templates_path = ['templates']
40
41
# The suffix of source filenames.
42
source_suffix = '.rst'
@@ -132,7 +132,7 @@
132
# Add any paths that contain custom static files (such as style sheets) here,
133
# relative to this directory. They are copied after the builtin static files,
134
# so a file named "default.css" will overwrite the builtin "default.css".
135
-html_static_path = ['_static']
+html_static_path = ['static']
136
137
# Add any extra paths that contain custom files (such as robots.txt or
138
# .htaccess) here, relative to this directory. These files are copied
0 commit comments