[STABLE-Only] Change doc requirement file

In order to address the molecule jobs not properly testing modules, we
need to increase molecule to a version that conflicts with
upper-constraints. Since the molecule-requirements.txt was symlinked to
the doc requirements, let's reduce the doc requirements to just be doc
specific.

Change-Id: I6876fd258e0f3216511f544044ca44a68552dd97
This commit is contained in:
Alex Schultz 2021-06-08 10:15:49 -06:00
parent 63494bdf21
commit 7721df00f7
1 changed files with 10 additions and 1 deletions

View File

@ -1 +0,0 @@
../molecule-requirements.txt

10
doc/requirements.txt Normal file
View File

@ -0,0 +1,10 @@
# this is required for the docs build jobs
ruamel.yaml
ansible>=2.8,!=2.8.9,!=2.9.12,<2.10.0
sphinx>=2.0.0,!=2.1.0 # BSD
openstackdocstheme>=2.2.1 # Apache-2.0
reno>=3.1.0 # Apache-2.0
doc8>=0.8.1 # Apache-2.0
bashate>=0.6.0 # Apache-2.0
metalsmith>=1.4.0 # Apache-2.0
jsonschema # MIT