Skip to content

Commit 4908545

Browse files
committed
Changed sphinx static and templates location
1 parent e3563fb commit 4908545

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
]
3737

3838
# Add any paths that contain templates here, relative to this directory.
39-
templates_path = ['_templates']
39+
templates_path = ['templates']
4040

4141
# The suffix of source filenames.
4242
source_suffix = '.rst'
@@ -132,7 +132,7 @@
132132
# Add any paths that contain custom static files (such as style sheets) here,
133133
# relative to this directory. They are copied after the builtin static files,
134134
# so a file named "default.css" will overwrite the builtin "default.css".
135-
html_static_path = ['_static']
135+
html_static_path = ['static']
136136

137137
# Add any extra paths that contain custom files (such as robots.txt or
138138
# .htaccess) here, relative to this directory. These files are copied

0 commit comments

Comments
 (0)