File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4343#
4444# This is also used if you do content translation via gettext catalogs.
4545# Usually you set "language" from the command line for these cases.
46- language = None
46+ language = "en"
4747
4848# List of patterns, relative to source directory, that match files and
4949# directories to ignore when looking for source files.
Original file line number Diff line number Diff line change @@ -8,13 +8,11 @@ alabaster==0.7.12
88 # via sphinx
99ansible-pygments == 0.1.1
1010 # via sphinx-ansible-theme
11- argh == 0.26.2
12- # via sphinx-autobuild
1311attrs == 22.1.0
1412 # via
1513 # jsonschema
1614 # pytest
17- babel == 2.10.3
15+ babel == 2.11.0
1816 # via sphinx
1917build == 0.9.0
2018 # via pip-tools
@@ -24,15 +22,17 @@ charset-normalizer==2.1.1
2422 # via requests
2523click == 8.1.3
2624 # via pip-tools
27- commonmark == 0.9.1
28- # via pytest-markdown
25+ colorama == 0.4.6
26+ # via sphinx-autobuild
2927coverage == 6.5.0
3028 # via ansible-compat (setup.cfg)
3129docutils == 0.17.1
3230 # via
3331 # myst-parser
3432 # sphinx
3533 # sphinx-rtd-theme
34+ exceptiongroup == 1.0.0
35+ # via pytest
3636flaky == 3.7.0
3737 # via ansible-compat (setup.cfg)
3838idna == 3.4
@@ -71,18 +71,12 @@ packaging==21.3
7171 # build
7272 # pytest
7373 # sphinx
74- pathtools == 0.1.2
75- # via sphinx-autobuild
7674pep517 == 0.13.0
7775 # via build
7876pip-tools == 6.9.0
7977 # via ansible-compat (setup.cfg)
8078pluggy == 1.0.0
8179 # via pytest
82- port-for == 0.3.1
83- # via sphinx-autobuild
84- py == 1.11.0
85- # via pytest
8680pygments == 2.13.0
8781 # via
8882 # ansible-pygments
@@ -91,40 +85,37 @@ pyparsing==3.0.9
9185 # via packaging
9286pyrsistent == 0.19.1
9387 # via jsonschema
94- pytest == 6 .2.5
88+ pytest == 7 .2.0
9589 # via
9690 # ansible-compat (setup.cfg)
97- # pytest-markdown
9891 # pytest-mock
9992 # pytest-plus
100- pytest-markdown == 1.0.2
101- # via ansible-compat (setup.cfg)
10293pytest-mock == 3.10.0
10394 # via ansible-compat (setup.cfg)
10495pytest-plus == 0.2
10596 # via ansible-compat (setup.cfg)
106- pytz == 2022.5
97+ pytz == 2022.6
10798 # via babel
10899pyyaml == 6.0
109100 # via
110101 # ansible-compat (setup.cfg)
111102 # myst-parser
112- # sphinx-autobuild
113103requests == 2.28.1
114104 # via sphinx
115105six == 1.16.0
116106 # via livereload
117107snowballstemmer == 2.2.0
118108 # via sphinx
119- sphinx == 4.5 .0
109+ sphinx == 5.3 .0
120110 # via
121111 # ansible-compat (setup.cfg)
122112 # myst-parser
123113 # sphinx-ansible-theme
114+ # sphinx-autobuild
124115 # sphinx-rtd-theme
125116sphinx-ansible-theme == 0.9.1
126117 # via ansible-compat (setup.cfg)
127- sphinx-autobuild == 0.7.1
118+ sphinx-autobuild == 2021.3.14
128119 # via ansible-compat (setup.cfg)
129120sphinx-rtd-theme == 1.0.0
130121 # via sphinx-ansible-theme
@@ -142,22 +133,17 @@ sphinxcontrib-serializinghtml==1.1.5
142133 # via sphinx
143134subprocess-tee == 0.3.5
144135 # via ansible-compat (setup.cfg)
145- toml == 0.10.2
146- # via pytest
147136tomli == 2.0.1
148137 # via
149138 # build
150139 # pep517
140+ # pytest
151141tornado == 6.2
152- # via
153- # livereload
154- # sphinx-autobuild
142+ # via livereload
155143typing-extensions == 4.4.0
156144 # via myst-parser
157145urllib3 == 1.26.12
158146 # via requests
159- watchdog == 2.1.9
160- # via sphinx-autobuild
161147wheel == 0.37.1
162148 # via pip-tools
163149zipp == 3.10.0
Original file line number Diff line number Diff line change @@ -64,16 +64,15 @@ install_requires =
6464
6565[options.extras_require]
6666docs =
67- sphinx-autobuild>=0.7.1,<1.0
68- sphinx>=4.2.0,<5 .0
67+ sphinx-autobuild>=2021.3.14
68+ sphinx>=5.3 .0
6969 sphinx_ansible_theme
7070 myst_parser
7171test =
7272 coverage
7373 flaky
7474 pip-tools
75- pytest
76- pytest-markdown
75+ pytest>=7.2.0
7776 pytest-mock
7877 pytest-plus
7978
You can’t perform that action at this time.
0 commit comments