Add requirements.txt for readthedocs.org
This commit is contained in:
والد
62da967f78
کامیت
ff28ced03f
@ -20,6 +20,7 @@ import time
|
|||||||
# add these directories to sys.path here. If the directory is relative to the
|
# 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.
|
# 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('../'))
|
||||||
|
sys.path.insert(1, os.path.abspath('../test-packages'))
|
||||||
|
|
||||||
# -- General configuration -----------------------------------------------------
|
# -- 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
|
||||||
بارگذاری…
مرجع در شماره جدید
Block a user