Skip to content

Commit 7438815

Browse files
committed
feat(docs): Fixing banner........ does it work?
1 parent 935883e commit 7438815

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed
File renamed without changes.

docs/conf.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
"""
139139

140140
# Add any paths that contain templates here, relative to this directory.
141-
# templates_path = ['_templates']
141+
templates_path = ['_templates']
142142

143143
# List of patterns, relative to source directory, that match files and
144144
# directories to ignore when looking for source files.
@@ -176,5 +176,4 @@
176176
html_static_path = ['_static']
177177

178178
def setup(app: 'App'):
179-
pass
180-
app.add_css_file('style.css')
179+
app.add_css_file('./_templates/style.css')

0 commit comments

Comments
 (0)