Further attempts at making sphinx do what I want

This commit is contained in:
Lorenz Diener 2016-11-24 01:17:36 +01:00
pare c8664671cc
commit b891d913f3
S'han modificat 2 arxius amb 3 adicions i 1 eliminacions

Veure arxiu

@ -3,3 +3,4 @@ import os
extensions = ['sphinx.ext.autodoc']
sys.path.insert(0, os.path.abspath('../'))
sys.path.insert(0, os.path.abspath('../../'))

Veure arxiu

@ -3,4 +3,5 @@ Mastodon.py
Python wrapper for the Mastodon ( https://github.com/Gargron/mastodon/ ) API.
.. autoclass:: Mastodon
.. autoclass:: Mastodon
:members: