Add requirements.txt for readthedocs.org

This commit is contained in:
Wojtek Porczyk 2016-04-22 15:23:57 +02:00
parent 62da967f78
commit ff28ced03f
3 changed files with 6 additions and 0 deletions

View File

@ -20,6 +20,7 @@ import time
# 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(1, os.path.abspath('../test-packages'))
# -- General configuration -----------------------------------------------------

3
doc/requirements.txt Normal file
View File

@ -0,0 +1,3 @@
# WARNING: those requirements are used only for readthedocs.org
# they SHOULD NOT be used under normal conditions; use system package manager
lxml

2
test-packages/dbus.py Normal file
View File

@ -0,0 +1,2 @@
class DBusException(Exception):
pass