aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/conf.py1
-rw-r--r--docs/index.rst3
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
4extensions = ['sphinx.ext.autodoc'] 4extensions = ['sphinx.ext.autodoc']
5sys.path.insert(0, os.path.abspath('../')) 5sys.path.insert(0, os.path.abspath('../'))
6sys.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
4Python wrapper for the Mastodon ( https://github.com/Gargron/mastodon/ ) API. 4Python 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
Powered by cgit v1.2.3 (git 2.41.0)