Skip to content

Commit a222502

Browse files
committed
extract doc requirements to new file
Signed-off-by: Andrew Twydell <[email protected]>
1 parent 31a5700 commit a222502

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

dev-requirements.txt

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (c) Copyright IBM Corp. 2020,2021
1+
# (c) Copyright IBM Corp. 2020,2023
22
# Apache License, Version 2.0 (see https://opensource.org/licenses/Apache-2.0)
33
-r requirements.txt
44
# ansible-core==2.13.7; python_version >= '3'
@@ -16,10 +16,7 @@ shellcheck-py==0.9.0.2; python_version >= '3'
1616
rstcheck==3.3.1; python_version >= '3'
1717
yamllint==1.29.0; python_version >= '3'
1818
voluptuous==0.13.1; python_version >= '3'
19-
ansible-doc-extractor==0.1.6; python_version >= '3'
2019
# needed to lint devel ansible version
2120
ansible-lint==6.12.2; python_version >= '3' and python_version < '3.9'
2221
ansible-lint==6.13.1; python_version >= '3.9'
23-
pycodestyle==2.10.0; python_version >= '3'
24-
Sphinx==3.4.3; python_version >= '3'
25-
sphinx-rtd-theme==0.5.1; python_version >= '3'
22+
pycodestyle==2.10.0; python_version >= '3'

doc-requirements.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# (c) Copyright IBM Corp. 2020,2023
2+
# Apache License, Version 2.0 (see https://opensource.org/licenses/Apache-2.0)
3+
-r dev-requirements.txt
4+
5+
ansible-doc-extractor==0.1.6; python_version >= '3'
6+
Sphinx==3.4.3; python_version >= '3'
7+
sphinx-rtd-theme==0.5.1; python_version >= '3'

0 commit comments

Comments
 (0)