diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf.py | 2 | ||||
-rw-r--r-- | docs/policies.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py index 80fcd019..2452a8c2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -135,7 +135,7 @@ html_theme = 'default' # 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 = [] # Add any extra paths that contain custom files (such as robots.txt or # .htaccess) here, relative to this directory. These files are copied diff --git a/docs/policies.rst b/docs/policies.rst index 0c32a519..56fb1c23 100644 --- a/docs/policies.rst +++ b/docs/policies.rst @@ -1,5 +1,5 @@ ``sos.policies`` --- Policy Interface -=================================== +===================================== .. automodule:: sos.policies :noindex: |