diff --git a/doc/conf.py b/doc/conf.py index dbf5588..7724bb1 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -24,3 +24,4 @@ # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output html_theme = 'sphinx_rtd_theme' +html_static_path = ['_static']