From 57e6bf0c0162c3fd445580344ada5d662b373bd3 Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Mon, 30 Jul 2018 23:52:00 -0700 Subject: Fix Sphinx warning due to _static directory Also: - Made alias_startup.py example robust as to what directory it is launched from --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/conf.py') diff --git a/docs/conf.py b/docs/conf.py index 13a2dba2..2c75e14e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -102,7 +102,7 @@ html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] # 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 = [] # -- Options for HTMLHelp output ------------------------------------------ -- cgit v1.2.1