From a7873d55bf55590a225cc20371522c0212d13cba Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Thu, 24 Nov 2016 01:09:02 +0100 Subject: Next attempt at making readthedocs work --- docs/conf.py | 2 ++ docs/index.rst | 6 ++++++ 2 files changed, 8 insertions(+) create mode 100644 docs/conf.py create mode 100644 docs/index.rst (limited to 'docs') 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 @@ +extensions = ['sphinx.ext.autodoc'] +sys.path.insert(0, os.path.abspath('../')) diff --git a/docs/index.rst b/docs/index.rst new file mode 100644 index 0000000..e2afb2f --- /dev/null +++ b/docs/index.rst @@ -0,0 +1,6 @@ +Mastodon.py +=========== + +Python wrapper for the Mastodon ( https://github.com/Gargron/mastodon/ ) API. + +.. autoclass:: Mastodon \ No newline at end of file -- cgit v1.2.3