Update docs/source/conf.py
This commit is contained in:
parent
8f3b66512c
commit
4f72be3e50
|
@ -35,5 +35,10 @@ html_theme = 'sphinx_rtd_theme'
|
|||
epub_show_urls = 'footnote'
|
||||
|
||||
|
||||
def setup(app):
|
||||
app.add_css_file("docs/source/quartz.css")
|
||||
html_static_path = ['_static']
|
||||
|
||||
# These paths are either relative to html_static_path
|
||||
# or fully qualified paths (eg. https://...)
|
||||
html_css_files = [
|
||||
'css/custom.css',
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue