This commit is contained in:
parent
52c6186a47
commit
867c6e894d
1 changed files with 5 additions and 1 deletions
|
@ -29,4 +29,8 @@ html_static_path = ['_static']
|
||||||
|
|
||||||
# These paths are either relative to html_static_path
|
# These paths are either relative to html_static_path
|
||||||
# or fully qualified paths (eg. https://...)
|
# or fully qualified paths (eg. https://...)
|
||||||
html_style = 'css/custom.css'
|
#html_style = 'css/custom.css'
|
||||||
|
html_css_files = [
|
||||||
|
'css/custom.css',
|
||||||
|
]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue