summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg14
1 files changed, 8 insertions, 6 deletions
diff --git a/setup.cfg b/setup.cfg
index efcf788..c187de9 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -31,19 +31,20 @@ postgresql =
# Dependencies for testing oslo.db itself.
test =
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
- coverage>=4.0 # Apache-2.0
+ coverage!=4.4,>=4.0 # Apache-2.0
doc8 # Apache-2.0
- eventlet!=0.18.3,>=0.18.2 # MIT
+ eventlet!=0.18.3,!=0.20.1,<0.21.0,>=0.18.2 # MIT
fixtures>=3.0.0 # Apache-2.0/BSD
mock>=2.0 # BSD
python-subunit>=0.0.18 # Apache-2.0/BSD
- sphinx>=1.5.1 # BSD
- oslosphinx>=4.7.0 # Apache-2.0
+ sphinx>=1.6.2 # BSD
+ openstackdocstheme>=1.11.0 # Apache-2.0
oslotest>=1.10.0 # Apache-2.0
+ oslo.context>=2.14.0 # Apache-2.0
testrepository>=0.0.18 # Apache-2.0/BSD
testtools>=1.4.0 # MIT
os-testr>=0.8.0 # Apache-2.0
- reno>=1.8.0 # Apache-2.0
+ reno!=2.3.1,>=1.8.0 # Apache-2.0
fixtures =
testresources>=0.2.4 # Apache-2.0/BSD
testscenarios>=0.4 # Apache-2.0/BSD
@@ -70,6 +71,7 @@ universal = 1
source-dir = doc/source
build-dir = doc/build
all_files = 1
+warning-is-error = 1
[upload_sphinx]
upload-dir = doc/build/html
@@ -89,7 +91,7 @@ mapping_file = babel.cfg
output_file = oslo_db/locale/oslo_db.pot
[pbr]
-warnerrors = True
autodoc_index_modules = True
+api_doc_dir = reference/api
autodoc_exclude_modules =
oslo_db.tests.*