summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorStephen Finucane <stephenfin@redhat.com>2019-04-02 14:39:50 +0100
committerStephen Finucane <stephenfin@redhat.com>2019-05-21 08:50:29 +0000
commit05ddd9fc9e814b8a949ee65b512b35f2432ccec6 (patch)
treeb8d28976047d2ca4c6aa988f1e287244d96e962d /setup.cfg
parentb9c51e295b81cedbc747e662628bc69d1f60e6db (diff)
downloadoslo-db-05ddd9fc9e814b8a949ee65b512b35f2432ccec6.tar.gz
docs: Use sphinxcontrib.apidoc for building API docs5.0.0
Gets us away from the old pbr functionality. Some cleanup of tox.ini is included along the way. Change-Id: Ia228f8ee49f31f88fa2a66f2aad3a3921c41a785
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg19
1 files changed, 2 insertions, 17 deletions
diff --git a/setup.cfg b/setup.cfg
index 532860f..68af244 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -21,10 +21,10 @@ classifier =
[extras]
# So e.g. nova can test-depend on oslo.db[mysql]
mysql =
- PyMySQL>=0.7.6 # MIT License
+ PyMySQL>=0.7.6 # MIT License
# or oslo.db[postgresql]
postgresql =
- psycopg2>=2.7.0 # LGPL/ZPL
+ psycopg2>=2.7.0 # LGPL/ZPL
[files]
packages =
@@ -42,15 +42,6 @@ oslo.db.migration =
[bdist_wheel]
universal = 1
-[build_sphinx]
-source-dir = doc/source
-build-dir = doc/build
-all_files = 1
-warning-is-error = 1
-
-[upload_sphinx]
-upload-dir = doc/build/html
-
[compile_catalog]
directory = oslo_db/locale
domain = oslo_db
@@ -64,9 +55,3 @@ input_file = oslo_db/locale/oslo_db.pot
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = oslo_db/locale/oslo_db.pot
-
-[pbr]
-autodoc_index_modules = True
-api_doc_dir = reference/api
-autodoc_exclude_modules =
- oslo_db.tests.*