1d5dfa2468
The repo used both openstackdocstheme and oslosphinx in requirements but then configured openstackdocstheme, remove oslosphinx everywhere. Instead of using sphinx-build, use docstheme-build-translated.sh to build English and translated documents. Update doc/source/conf.py for newer openstackdocstheme and require a new enough version. Remove module index - it does not exist, this is not a python repo where autodoc works. Remove sphinx-quickstart generated output from index.rst, it's not needed anymore. Change-Id: Ib3f09128226f0bcc78384b1ee2da811d62a5b59d
7 lines
301 B
Plaintext
7 lines
301 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
sphinx>=1.6.2 # BSD
|
|
sphinxcontrib-blockdiag>=1.1.0
|
|
openstackdocstheme>=1.28.0 # Apache-2.0
|