Merge "Moves RTD theme requirements definition"

This commit is contained in:
Zuul 2021-09-29 15:12:02 +00:00 committed by Gerrit Code Review
commit a856b83566
3 changed files with 2 additions and 7 deletions

View File

@ -2,6 +2,6 @@
# one single requirements file for a project, we need to have one such file
# which will include all project requirements
-r ../requirements.txt
-r ../test-requirements.txt
-r ../extra-requirements.txt
-r ./requirements.txt
sphinx_rtd_theme>=1.0,<1.1 # Apache-2.0

View File

@ -4,3 +4,4 @@
reno>=3.2.0 # Apache-2.0
sphinx>=3.4.2 # BSD
sphinx_rtd_theme>=1.0 # MIT

View File

@ -55,12 +55,6 @@ release = get_version.get_version()
version = '.'.join(release.split('.', 2)[:2])
# -- Install requirements ----------------------------------------------------
from tools import install
install.pip_install('sphinx_rtd_theme>=0.5.1,<1') # Apache-2.0
# -- General configuration ---------------------------------------------------
# Add any Sphinx extension module names here, as strings. They can be