diff options
author | Lorenz Diener <[email protected]> | 2017-09-08 13:45:00 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2017-09-08 13:45:00 +0200 |
commit | d9471c2d7d34b7c053edb9306f27a93fd8c07b28 (patch) | |
tree | 8e3b5417e3abc626e2bfce0180a9f508db95d933 /docs | |
parent | e56bf7b6e1c7c687b55fbe035f3492eb05eba2a1 (diff) | |
parent | 74cb10eeff273c8ee66c0c0dcf43c5b60cd2eef1 (diff) | |
download | mastodon.py-d9471c2d7d34b7c053edb9306f27a93fd8c07b28.tar.gz |
Merge pull request #80 from foxmask/master
not pep8 compliant - issue 71
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 |