mirror of
https://github.com/evennia/evennia.git
synced 2026-04-02 14:07:16 +02:00
Test with different static/template format
This commit is contained in:
parent
621efe8e40
commit
274e7d927d
5 changed files with 2 additions and 2 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue