820c86464b
Docs configuration file doc/source/conf.py shouldn't install dependencies, like tobiko project itself as it seems that this causes failures of the docs builds on the readthedocs. So this patch removes it from that file and adds sphinx_rtd_theme to the docs requirements file. It also moves installation of tobiko project to the tox.ini file to make Zuul docs job happy. Change-Id: I0b227f87ade2d9561dd8aee988a565cbef31c7ae
8 lines
318 B
Plaintext
8 lines
318 B
Plaintext
# As openstack job build-reno-releasenotes and Read The Docs page support only
|
|
# one single requirements file for a project, we need to have one such file
|
|
# which will include all project requirements
|
|
-r ../requirements.txt
|
|
-r ../extra-requirements.txt
|
|
-r ./requirements.txt
|
|
sphinx_rtd_theme>=0.5.1,<1 # Apache-2.0
|