diff --git a/docs/source/conf.py b/docs/source/conf.py index 6d911c5..f26f5c6 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -33,3 +33,6 @@ html_theme = 'sphinx_rtd_theme' # -- Options for EPUB output epub_show_urls = 'footnote' + + +html_static_path = ['_static']