Move back the _static/_templates dirs

This commit is contained in:
Griatch 2020-06-13 23:10:42 +02:00
parent ba29424eed
commit 548ffa18ab
5 changed files with 2 additions and 2 deletions

View file

@ -68,11 +68,11 @@ extensions = [
autosectionlabel_prefix_document = True
# 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,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['static']
html_static_path = ['_static']
# Custom extras for sidebar
html_sidebars = {