aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2017-09-08 13:45:00 +0200
committerGitHub <[email protected]>2017-09-08 13:45:00 +0200
commitd9471c2d7d34b7c053edb9306f27a93fd8c07b28 (patch)
tree8e3b5417e3abc626e2bfce0180a9f508db95d933 /docs/conf.py
parente56bf7b6e1c7c687b55fbe035f3492eb05eba2a1 (diff)
parent74cb10eeff273c8ee66c0c0dcf43c5b60cd2eef1 (diff)
downloadmastodon.py-d9471c2d7d34b7c053edb9306f27a93fd8c07b28.tar.gz
Merge pull request #80 from foxmask/master
not pep8 compliant - issue 71
Diffstat (limited to 'docs/conf.py')
-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)