diff --git a/docs/source/conf.py b/docs/source/conf.py index f26f5c6..9004d25 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -35,4 +35,5 @@ html_theme = 'sphinx_rtd_theme' epub_show_urls = 'footnote' -html_static_path = ['_static'] +def setup(app): + app.add_css_file("quartz.css")