summaryrefslogtreecommitdiff
path: root/doc/requirements.txt
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2020-05-16 10:05:01 +0200
committerAndreas Jaeger <aj@suse.com>2020-05-18 20:54:49 +0200
commit39c29f6229863e1d31ce64f1aa59b3a359208a78 (patch)
treef0a4bd7c762725a0005d13ac24664a2e50c24f5f /doc/requirements.txt
parentaf6d26cee1a204d05c40ef9f8c5ac269d52a7e15 (diff)
downloadoslo-vmware-39c29f6229863e1d31ce64f1aa59b3a359208a78.tar.gz
Switch to newer openstackdocstheme and reno versions
Switch to openstackdocstheme 2.2.0 and reno 3.1.0 versions. Using these versions will allow especially: * Linking from HTML to PDF document * Allow parallel building of documents * Fix some rendering Update Sphinx version as well. Remove docs requirements from lower-constraints, they are not needed during install or test but only for docs building. openstackdocstheme renames some variables, so follow the renames before the next release removes them. A couple of variables are also not needed anymore, remove them. Depends-On: https://review.opendev.org/728938 Change-Id: I6e7adce626eeba8010c915bf579b79e07ea645cf
Diffstat (limited to 'doc/requirements.txt')
-rw-r--r--doc/requirements.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/requirements.txt b/doc/requirements.txt
index 41665ed..a9033ab 100644
--- a/doc/requirements.txt
+++ b/doc/requirements.txt
@@ -2,8 +2,8 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
# These are needed for docs generation
-openstackdocstheme>=1.20.0 # Apache-2.0
-sphinx>=1.8.0,!=2.1.0 # BSD
-reno>=2.5.0 # Apache-2.0
+openstackdocstheme>=2.2.0 # Apache-2.0
+sphinx>=2.0.0,!=2.1.0 # BSD
+reno>=3.1.0 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD
sphinxcontrib-apidoc>=0.2.0 # BSD