diff options
author | Lorenz Diener <[email protected]> | 2016-11-24 01:11:40 +0100 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2016-11-24 01:11:40 +0100 |
commit | e40906db60829c175645b823e60183195a220038 (patch) | |
tree | 5f72485963f871e3bf462492498bcd7f4a22a156 /docs | |
parent | 119b870e66500e06f0eef1ca1cea61bdbc674535 (diff) | |
download | mastodon.py-e40906db60829c175645b823e60183195a220038.tar.gz |
Fixed sys.path import
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 0e91a59..9e39c90 100644 --- a/docs/conf.py +++ b/docs/conf.py | |||
@@ -1,5 +1,4 @@ | |||
1 | import sys | 1 | import sys |
2 | import sys.path | ||
3 | import os | 2 | import os |
4 | 3 | ||
5 | extensions = ['sphinx.ext.autodoc'] | 4 | extensions = ['sphinx.ext.autodoc'] |