From 0797771d964907bd51f98636b9fe5da3ab690068 Mon Sep 17 00:00:00 2001 From: Matthew Bourque Date: Tue, 26 Jun 2018 10:59:49 -0400 Subject: [PATCH] Removed _static file from list of html_static_paths as we dont use it currently and it throws sphinx warnings. --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 0aab6915b..c7f93caa3 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -107,7 +107,7 @@ # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". -html_static_path = ['_static'] +html_static_path = [] html_theme_path = [stsci_rtd_theme.get_html_theme_path()] # Custom sidebar templates, must be a dictionary that maps document names