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 935883e commit 7438815Copy full SHA for 7438815
docs/_static/style.css renamed to docs/_templates/style.css
docs/conf.py
@@ -138,7 +138,7 @@
138
"""
139
140
# Add any paths that contain templates here, relative to this directory.
141
-# templates_path = ['_templates']
+templates_path = ['_templates']
142
143
# List of patterns, relative to source directory, that match files and
144
# directories to ignore when looking for source files.
@@ -176,5 +176,4 @@
176
html_static_path = ['_static']
177
178
def setup(app: 'App'):
179
- pass
180
- app.add_css_file('style.css')
+ app.add_css_file('./_templates/style.css')
0 commit comments