Test with different static/template format

This commit is contained in:
Griatch 2020-06-13 22:57:07 +02:00
parent 9dbcbf887a
commit ba29424eed
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 = {