DOC fix autodoc not working on RTD

This commit is contained in:
Patrick Kanzler 2015-12-27 22:48:17 +01:00
parent 50fbf2873f
commit e16e666dce
2 changed files with 5 additions and 1 deletions

View File

@ -18,7 +18,7 @@ import os
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
#sys.path.insert(0, os.path.abspath('.'))
sys.path.insert(0, os.path.abspath('..'))
# -- General configuration ------------------------------------------------

4
doc/requirements.txt Normal file
View File

@ -0,0 +1,4 @@
pyusb
Pillow>=2.0
qrcode>=4.0
pyserial