summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorAkihiro Motoki <amotoki@gmail.com>2017-06-16 04:08:37 +0900
committerAkihiro Motoki <amotoki@gmail.com>2017-06-16 08:20:54 +0900
commit2a1b0b05234048fe0f29df459b984b87faea7505 (patch)
tree000bc184571ada014a636357d14ce4f00b31a087 /test-requirements.txt
parent2d752108d04767054d4f54a09eec35f1c612add9 (diff)
downloadneutron-2a1b0b05234048fe0f29df459b984b87faea7505.tar.gz
docs: switch to openstackdocstheme
The docs reorganization proposed in the docs-specs [1], we will migrate our sphinx theme to openstackdocsthems. This commit switches our docs theme to it, Also ajust title levels. openstackdocstheme assume one title (first level) per page. Second or later first-level titles are not shown. This changes title levels to match openstackdocsthem requirements. Note that oslosphinx is used by releasenotes build, so it is not dropped from test-requirements.txt. [1] https://review.openstack.org/#/c/472275/ Change-Id: I72d55c26401ae9bfd06626d1b1584a368bbd9f86
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index f9c92cc96f..1419ab9a96 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -8,6 +8,7 @@ fixtures>=3.0.0 # Apache-2.0/BSD
mock>=2.0 # BSD
python-subunit>=0.0.18 # Apache-2.0/BSD
sphinx!=1.6.1,>=1.5.1 # BSD
+openstackdocstheme>=1.5.0 # Apache-2.0
oslosphinx>=4.7.0 # Apache-2.0
testrepository>=0.0.18 # Apache-2.0/BSD
testtools>=1.4.0 # MIT