diff options
-rw-r--r-- | docs/conf.py | 1 | ||||
-rw-r--r-- | docs/index.rst | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 9e39c90..86f9db8 100644 --- a/docs/conf.py +++ b/docs/conf.py | |||
@@ -3,3 +3,4 @@ import os | |||
3 | 3 | ||
4 | extensions = ['sphinx.ext.autodoc'] | 4 | extensions = ['sphinx.ext.autodoc'] |
5 | sys.path.insert(0, os.path.abspath('../')) | 5 | sys.path.insert(0, os.path.abspath('../')) |
6 | sys.path.insert(0, os.path.abspath('../../')) | ||
diff --git a/docs/index.rst b/docs/index.rst index e2afb2f..30d8f1e 100644 --- a/docs/index.rst +++ b/docs/index.rst | |||
@@ -3,4 +3,5 @@ Mastodon.py | |||
3 | 3 | ||
4 | Python wrapper for the Mastodon ( https://github.com/Gargron/mastodon/ ) API. | 4 | Python wrapper for the Mastodon ( https://github.com/Gargron/mastodon/ ) API. |
5 | 5 | ||
6 | .. autoclass:: Mastodon \ No newline at end of file | 6 | .. autoclass:: Mastodon |
7 | :members: \ No newline at end of file | ||