Skip to content

Commit

Permalink
Removed _static file from list of html_static_paths as we dont use it…
Browse files Browse the repository at this point in the history
… currently and it throws sphinx warnings.
  • Loading branch information
bourque committed Jun 26, 2018
1 parent 3958521 commit 0797771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0797771

Please sign in to comment.