Merge pull request #76 from python-escpos/feature-sphinx

DOC fix autodoc not working on RTD
This commit is contained in:
Patrick Kanzler 2015-12-27 23:00:23 +01:00
commit a9844b1a1b
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