Move back the _static/_templates dirs
This commit is contained in:
parent
ba29424eed
commit
548ffa18ab
5 changed files with 2 additions and 2 deletions
|
|
@ -68,11 +68,11 @@ extensions = [
|
||||||
autosectionlabel_prefix_document = True
|
autosectionlabel_prefix_document = True
|
||||||
|
|
||||||
# Add any paths that contain templates here, relative to this directory.
|
# Add any paths that contain templates here, relative to this directory.
|
||||||
templates_path = ['templates']
|
templates_path = ['_templates']
|
||||||
# Add any paths that contain custom static files (such as style sheets) here,
|
# Add any paths that contain custom static files (such as style sheets) here,
|
||||||
# relative to this directory. They are copied after the builtin static files,
|
# relative to this directory. They are copied after the builtin static files,
|
||||||
# so a file named "default.css" will overwrite the builtin "default.css".
|
# so a file named "default.css" will overwrite the builtin "default.css".
|
||||||
html_static_path = ['static']
|
html_static_path = ['_static']
|
||||||
|
|
||||||
# Custom extras for sidebar
|
# Custom extras for sidebar
|
||||||
html_sidebars = {
|
html_sidebars = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue