aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorFoxMaSk <[email protected]>2017-09-05 22:59:32 +0200
committerFoxMaSk <[email protected]>2017-09-05 22:59:32 +0200
commite0e68ccd6a8007fa9fb50aa7e8432505dc93f7b8 (patch)
treeb8fdb2f7c5d7317fd4dd4e97853cfbcb963e66bb /docs
parentc8490be2a717467c61381245e0fa2793a48c57ae (diff)
downloadmastodon.py-e0e68ccd6a8007fa9fb50aa7e8432505dc93f7b8.tar.gz
not pep8 compliant #71
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py4
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
30import sys 30import sys
31sys.path.insert(0, os.path.abspath('../')) 31sys.path.insert(0, os.path.abspath('../'))
32autodoc_member_order = 'by_source' 32autodoc_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
Powered by cgit v1.2.3 (git 2.41.0)