diff options
author | Lorenz Diener <[email protected]> | 2016-11-24 01:10:14 +0100 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2016-11-24 01:10:14 +0100 |
commit | 119b870e66500e06f0eef1ca1cea61bdbc674535 (patch) | |
tree | 8af1c95e159be0ca909ae1ec088bd857a1d4572e | |
parent | a7873d55bf55590a225cc20371522c0212d13cba (diff) | |
download | mastodon.py-119b870e66500e06f0eef1ca1cea61bdbc674535.tar.gz |
Updated config for sphinx
-rw-r--r-- | docs/conf.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py index 75722db..0e91a59 100644 --- a/docs/conf.py +++ b/docs/conf.py | |||
@@ -1,2 +1,6 @@ | |||
1 | import sys | ||
2 | import sys.path | ||
3 | import os | ||
4 | |||
1 | extensions = ['sphinx.ext.autodoc'] | 5 | extensions = ['sphinx.ext.autodoc'] |
2 | sys.path.insert(0, os.path.abspath('../')) | 6 | sys.path.insert(0, os.path.abspath('../')) |