summaryrefslogtreecommitdiff
path: root/doc/requirements.txt
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2020-04-15 10:40:01 +0200
committerAndreas Jaeger <aj@suse.com>2020-04-15 11:53:00 +0200
commita9d01eef93eef576bcecabf54e86c3a7a49651c8 (patch)
tree0be0536e3ab324b43e3c026bad7b1a37f7c4841c /doc/requirements.txt
parent134d0c57f6949216d8f0aa196dde762db73e1363 (diff)
downloadpython-keystoneclient-a9d01eef93eef576bcecabf54e86c3a7a49651c8.tar.gz
Fix docs publishing
Use sphinx-build so that the output happens in the right place. Remove ChangeLog, instead link to the release notes. Use apidoc for API doc building. Fix main index page display so that title has higher level, use link to OpenDev. Change-Id: Iaa8d7f2143d411be31ad10b546455f18015566f3
Diffstat (limited to 'doc/requirements.txt')
-rw-r--r--doc/requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/requirements.txt b/doc/requirements.txt
index c4f9c7d..1da2c50 100644
--- a/doc/requirements.txt
+++ b/doc/requirements.txt
@@ -5,6 +5,7 @@
# These are needed for docs generation
openstackdocstheme>=1.20.0 # Apache-2.0
sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
+sphinxcontrib-apidoc>=0.2.0 # BSD
reno>=2.5.0 # Apache-2.0
lxml!=3.7.0,>=3.4.1 # BSD
fixtures>=3.0.0 # Apache-2.0/BSD