Update docs/source/conf.py
This commit is contained in:
parent
8f3b66512c
commit
4f72be3e50
docs/source
|
@ -35,5 +35,10 @@ html_theme = 'sphinx_rtd_theme'
|
||||||
epub_show_urls = 'footnote'
|
epub_show_urls = 'footnote'
|
||||||
|
|
||||||
|
|
||||||
def setup(app):
|
html_static_path = ['_static']
|
||||||
app.add_css_file("docs/source/quartz.css")
|
|
||||||
|
# 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