Skip to content

Commit

Permalink
pip compile docsite requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
oraNod committed Sep 14, 2023
1 parent 49832d6 commit a8eeef5
Show file tree
Hide file tree
Showing 3 changed files with 90 additions and 3 deletions.
4 changes: 4 additions & 0 deletions docs/docsite/constraints.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
sphinx == 5.1.1
sphinx-ansible-theme == 0.9.1
docutils == 0.16
Jinja2 < 3.1
9 changes: 9 additions & 0 deletions docs/docsite/requirements.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# This requirements file is used for AWX latest doc builds.

-c constraints.in # <-- contains known limitations

sphinx
sphinx-ansible-theme
docutils
Jinja2
PyYaml
80 changes: 77 additions & 3 deletions docs/docsite/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,79 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --allow-unsafe --output-file=docs/docsite/requirements.txt --strip-extras docs/docsite/requirements.in
#
alabaster==0.7.13
# via sphinx
ansible-pygments==0.1.1
# via sphinx-ansible-theme
babel==2.12.1
# via sphinx
certifi==2023.7.22
# via requests
charset-normalizer==3.2.0
# via requests
docutils==0.16
# via
# -c docs/docsite/constraints.in
# -r docs/docsite/requirements.in
# sphinx
# sphinx-rtd-theme
idna==3.4
# via requests
imagesize==1.4.1
# via sphinx
jinja2==3.0.3
# via
# -c docs/docsite/constraints.in
# -r docs/docsite/requirements.in
# sphinx
markupsafe==2.1.3
# via jinja2
packaging==23.1
# via sphinx
pygments==2.16.1
# via
# ansible-pygments
# sphinx
pyyaml==6.0.1
# via -r docs/docsite/requirements.in
requests==2.31.0
# via sphinx
snowballstemmer==2.2.0
# via sphinx
sphinx==5.1.1
# via
# -c docs/docsite/constraints.in
# -r docs/docsite/requirements.in
# sphinx-ansible-theme
# sphinx-rtd-theme
# sphinxcontrib-applehelp
# sphinxcontrib-devhelp
# sphinxcontrib-htmlhelp
# sphinxcontrib-jquery
# sphinxcontrib-qthelp
# sphinxcontrib-serializinghtml
sphinx-ansible-theme==0.9.1
docutils==0.16
Jinja2<3.1
PyYaml
# via
# -c docs/docsite/constraints.in
# -r docs/docsite/requirements.in
sphinx-rtd-theme==1.3.0
# via sphinx-ansible-theme
sphinxcontrib-applehelp==1.0.7
# via sphinx
sphinxcontrib-devhelp==1.0.5
# via sphinx
sphinxcontrib-htmlhelp==2.0.4
# via sphinx
sphinxcontrib-jquery==4.1
# via sphinx-rtd-theme
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.6
# via sphinx
sphinxcontrib-serializinghtml==1.1.9
# via sphinx
urllib3==2.0.4
# via requests

0 comments on commit a8eeef5

Please sign in to comment.