We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3cf52a commit d74fe7eCopy full SHA for d74fe7e
releases/conf.py
@@ -30,9 +30,6 @@
30
extensions = [
31
]
32
33
-# Add any paths that contain templates here, relative to this directory.
34
-templates_path = ['_templates']
35
-
36
# List of patterns, relative to source directory, that match files and
37
# directories to ignore when looking for source files.
38
# This pattern also affects html_static_path and html_extra_path.
@@ -55,7 +52,3 @@
55
52
'single_page': True
56
53
}
57
54
58
-# Add any paths that contain custom static files (such as style sheets) here,
59
-# relative to this directory. They are copied after the builtin static files,
60
-# so a file named "default.css" will overwrite the builtin "default.css".
61
-html_static_path = ['_static']
0 commit comments