Add requirements.txt for readthedocs.org
This commit is contained in:
parent
62da967f78
commit
ff28ced03f
@ -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
3
doc/requirements.txt
Normal 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
2
test-packages/dbus.py
Normal file
@ -0,0 +1,2 @@
|
||||
class DBusException(Exception):
|
||||
pass
|
Loading…
Reference in New Issue
Block a user