diff options
author | Lorenz Diener <[email protected]> | 2016-11-24 01:09:02 +0100 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2016-11-24 01:09:02 +0100 |
commit | a7873d55bf55590a225cc20371522c0212d13cba (patch) | |
tree | e28d5cd83bb4c0f55c13153a59a8d461236d429c | |
parent | e25042ede7930fafa1ab3f0c98973597246bd84e (diff) | |
download | mastodon.py-a7873d55bf55590a225cc20371522c0212d13cba.tar.gz |
Next attempt at making readthedocs work
-rw-r--r-- | docs/conf.py | 2 | ||||
-rw-r--r-- | docs/index.rst (renamed from index.rst) | 0 |
2 files changed, 2 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py new file mode 100644 index 0000000..75722db --- /dev/null +++ b/docs/conf.py | |||
@@ -0,0 +1,2 @@ | |||
1 | extensions = ['sphinx.ext.autodoc'] | ||
2 | sys.path.insert(0, os.path.abspath('../')) | ||
diff --git a/index.rst b/docs/index.rst index e2afb2f..e2afb2f 100644 --- a/index.rst +++ b/docs/index.rst | |||