aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorSachin Patil <sacpatil@redhat.com>2016-03-02 17:27:46 +0530
committerBryn M. Reeves <bmr@redhat.com>2016-04-25 16:55:37 +0100
commit48df62597ff987364c70f24bf79313657a6e4665 (patch)
tree4495ef29be5bfee21c206bf548dabdd8e767b57a /docs
parentfe3f9864c380e1bcd211368b75d9a27ad694a0a9 (diff)
downloadsos-48df62597ff987364c70f24bf79313657a6e4665.tar.gz
[docs]: Cleaned minor errors while generating docs
* Implemented proper code snippet in docstring * Removed '_static/' from html_static_path as it was not used and hence throwing error Signed-off-by: Sachin Patil <sacpatil@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py2
-rw-r--r--docs/policies.rst2
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: