diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py index 9c4a292..4c5352a 100644 --- a/docs/conf.py +++ b/docs/conf.py | |||
@@ -30,7 +30,7 @@ import os | |||
30 | import sys | 30 | import sys |
31 | sys.path.insert(0, os.path.abspath('../')) | 31 | sys.path.insert(0, os.path.abspath('../')) |
32 | autodoc_member_order = 'by_source' | 32 | autodoc_member_order = 'by_source' |
33 | #print(sys.path) | 33 | # print(sys.path) |
34 | 34 | ||
35 | # Add any Sphinx extension module names here, as strings. They can be | 35 | # Add any Sphinx extension module names here, as strings. They can be |
36 | # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom | 36 | # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom |
@@ -154,7 +154,7 @@ todo_include_todos = False | |||
154 | # html_logo = None | 154 | # html_logo = None |
155 | 155 | ||
156 | # The name of an image file (relative to this directory) to use as a favicon of | 156 | # The name of an image file (relative to this directory) to use as a favicon of |
157 | # the docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 | 157 | # the docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 |
158 | # pixels large. | 158 | # pixels large. |
159 | # | 159 | # |
160 | # html_favicon = None | 160 | # html_favicon = None |