diff --git a/docs/custom.css b/docs/_static/custom.css similarity index 100% rename from docs/custom.css rename to docs/_static/custom.css diff --git a/docs/conf.py b/docs/conf.py index 84f656a..041e6de 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -21,7 +21,7 @@ master_doc = 'index' exclude_patterns = [] pygments_style = 'sphinx' html_style = 'custom.css' -html_static_path = ['.'] +html_static_path = ['_static'] html_theme = 'alabaster' html_theme_path = [alabaster.get_path()] html_sidebars = {