diff options
| author | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-05-10 17:26:11 -0500 |
|---|---|---|
| committer | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-05-10 17:26:11 -0500 |
| commit | adaa47730ee0ef119a9394bf477764fdba3de3a4 (patch) | |
| tree | 0ed75746c1af113da076934207b057ef056415a4 /docs/source/conf.py | |
| parent | c8ad626525631314decbb5bd544be47102610fd0 (diff) | |
| download | flake8-adaa47730ee0ef119a9394bf477764fdba3de3a4.tar.gz | |
Comment html_static_path in sphinx config
Diffstat (limited to 'docs/source/conf.py')
| -rw-r--r-- | docs/source/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py index 0d10af2..f30410b 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -144,7 +144,7 @@ html_theme = 'sphinx_rtd_theme' # 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 = ['_static'] # Add any extra paths that contain custom files (such as robots.txt or # .htaccess) here, relative to this directory. These files are copied |
