Next attempt at making readthedocs work

This commit is contained in:
Lorenz Diener 2016-11-24 01:09:02 +01:00
parent e25042ede7
commit a7873d55bf
2 changed files with 2 additions and 0 deletions

2
docs/conf.py Normal file
View File

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