summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.zuul.yaml3
-rw-r--r--doc/requirements.txt2
-rw-r--r--doc/source/reference/api/index.rst1
-rw-r--r--setup.cfg1
-rw-r--r--tox.ini2
5 files changed, 5 insertions, 4 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 17011127..192845fb 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -17,8 +17,7 @@
- openstack-cover-jobs
- openstack-lower-constraints-jobs
- openstack-python-jobs
- - openstack-python36-jobs
- - openstack-python37-jobs
+ - openstack-python3-train-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
check:
diff --git a/doc/requirements.txt b/doc/requirements.txt
index 0b7cb44e..7cfd8e09 100644
--- a/doc/requirements.txt
+++ b/doc/requirements.txt
@@ -2,7 +2,7 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD
-sphinx!=1.6.6,!=1.6.7,>=1.6.2;python_version>='3.4' # BSD
+sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2;python_version>='3.4' # BSD
openstackdocstheme>=1.30.0 # Apache-2.0
reno>=2.5.0 # Apache-2.0
sphinxcontrib-apidoc>=0.2.0 # BSD
diff --git a/doc/source/reference/api/index.rst b/doc/source/reference/api/index.rst
index e4d9c4d6..d4959400 100644
--- a/doc/source/reference/api/index.rst
+++ b/doc/source/reference/api/index.rst
@@ -4,6 +4,7 @@
.. module:: novaclient
:synopsis: A client for the OpenStack Nova API.
+ :noindex:
.. currentmodule:: novaclient
diff --git a/setup.cfg b/setup.cfg
index 6fc6ba6c..42b82ac2 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -20,6 +20,7 @@ classifier =
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
+ Programming Language :: Python :: 3.7
[files]
packages =
diff --git a/tox.ini b/tox.ini
index 36c42b98..67eb52e4 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py36,py27,pep8,docs
+envlist = py37,py36,py27,pep8,docs
minversion = 2.0
skipsdist = True