aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2016-11-24 02:27:00 +0100
committerLorenz Diener <[email protected]>2016-11-24 02:27:00 +0100
commit27c343a5b164f8063470c8e76c6963fd067dd3d6 (patch)
treef71067da8fb4a0db0c808f4d7144e2544d92b99b /docs/conf.py
parent924baa064d815d7611a18a6c14382f7c5513d33b (diff)
downloadmastodon.py-27c343a5b164f8063470c8e76c6963fd067dd3d6.tar.gz
Doc update. Might be breaking.
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index c6f7b02..5fc673b 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -29,6 +29,7 @@
29import os 29import os
30import sys 30import sys
31sys.path.insert(0, os.path.abspath('../')) 31sys.path.insert(0, os.path.abspath('../'))
32autodoc_member_order = 'by_source'
32#print(sys.path) 33#print(sys.path)
33 34
34# 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
Powered by cgit v1.2.3 (git 2.41.0)