Skip to content

Commit

Permalink
Include sphinx packages in CI deps
Browse files Browse the repository at this point in the history
  • Loading branch information
swrichards committed Dec 19, 2024
1 parent 2b43f3b commit 8c6e892
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 17 deletions.
10 changes: 3 additions & 7 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --no-emit-index-url requirements/base.in
Expand Down Expand Up @@ -195,9 +195,7 @@ drf-nested-routers==0.94.1
# -r requirements/base.in
# commonground-api-common
drf-spectacular[sidecar]==0.27.2
# via
# drf-spectacular
# open-api-framework
# via open-api-framework
drf-spectacular-sidecar==2024.7.1
# via drf-spectacular
drf-yasg==1.21.7
Expand Down Expand Up @@ -277,9 +275,7 @@ pydantic==2.9.2
pydantic-core==2.23.4
# via pydantic
pydantic-settings[yaml]==2.6.1
# via
# django-setup-configuration
# pydantic-settings
# via django-setup-configuration
pyjwt==2.7.0
# via
# commonground-api-common
Expand Down
4 changes: 4 additions & 0 deletions requirements/ci.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
codecov
coverage

# Documentation
sphinx
sphinx_rtd_theme
44 changes: 39 additions & 5 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --no-emit-index-url --output-file=requirements/ci.txt requirements/base.txt requirements/ci.in requirements/test-tools.in
#
alabaster==1.0.0
# via sphinx
amqp==5.1.1
# via
# -r requirements/base.txt
Expand Down Expand Up @@ -33,6 +35,8 @@ attrs==23.1.0
# -r requirements/base.txt
# glom
# jsonschema
babel==2.16.0
# via sphinx
beautifulsoup4==4.12.2
# via webtest
billiard==4.2.0
Expand Down Expand Up @@ -262,7 +266,6 @@ django-solo==2.0.0
django-two-factor-auth[phonenumberslite,webauthn]==1.16.0
# via
# -r requirements/base.txt
# django-two-factor-auth
# maykin-2fa
django-webtest==1.9.10
# via -r requirements/test-tools.in
Expand Down Expand Up @@ -290,14 +293,17 @@ djangorestframework-inclusions==1.2.0
# via
# -r requirements/base.txt
# open-api-framework
docutils==0.21.2
# via
# sphinx
# sphinx-rtd-theme
drf-nested-routers==0.94.1
# via
# -r requirements/base.txt
# commonground-api-common
drf-spectacular[sidecar]==0.27.2
# via
# -r requirements/base.txt
# drf-spectacular
# open-api-framework
drf-spectacular-sidecar==2024.7.1
# via
Expand Down Expand Up @@ -348,6 +354,8 @@ idna==3.7
# -r requirements/base.txt
# requests
# yarl
imagesize==1.4.1
# via sphinx
inflection==0.5.1
# via
# -r requirements/base.txt
Expand All @@ -371,6 +379,7 @@ jinja2==3.1.4
# via
# -r requirements/base.txt
# coreschema
# sphinx
josepy==1.13.0
# via
# -r requirements/base.txt
Expand Down Expand Up @@ -402,7 +411,6 @@ mozilla-django-oidc==4.0.0
mozilla-django-oidc-db[django-setup-configuration]==0.21.1
# via
# -r requirements/base.txt
# mozilla-django-oidc-db
# open-api-framework
multidict==6.0.5
# via yarl
Expand All @@ -427,6 +435,7 @@ packaging==23.1
# -r requirements/base.txt
# black
# drf-yasg
# sphinx
pathspec==0.12.1
# via black
phonenumberslite==8.13.30
Expand Down Expand Up @@ -466,9 +475,10 @@ pydantic-settings[yaml]==2.6.1
# via
# -r requirements/base.txt
# django-setup-configuration
# pydantic-settings
pyflakes==3.2.0
# via flake8
pygments==2.18.0
# via sphinx
pyjwt==2.7.0
# via
# -r requirements/base.txt
Expand Down Expand Up @@ -534,6 +544,7 @@ requests==2.32.3
# open-api-framework
# requests-mock
# sharing-configs
# sphinx
# zgw-consumers
requests-mock==1.12.1
# via
Expand All @@ -556,8 +567,31 @@ six==1.16.0
# orderedmultidict
# python-dateutil
# qrcode
snowballstemmer==2.2.0
# via sphinx
soupsieve==2.4.1
# via beautifulsoup4
sphinx==8.1.3
# via
# -r requirements/ci.in
# sphinx-rtd-theme
# sphinxcontrib-jquery
sphinx-rtd-theme==3.0.2
# via -r requirements/ci.in
sphinxcontrib-applehelp==2.0.0
# via sphinx
sphinxcontrib-devhelp==2.0.0
# via sphinx
sphinxcontrib-htmlhelp==2.1.0
# via sphinx
sphinxcontrib-jquery==4.1
# via sphinx-rtd-theme
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
sqlparse==0.5.0
# via
# -r requirements/base.txt
Expand Down
6 changes: 1 addition & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --no-emit-index-url --output-file=requirements/dev.txt requirements/base.txt requirements/dev.in requirements/test-tools.in
Expand Down Expand Up @@ -273,7 +273,6 @@ django-solo==2.0.0
django-two-factor-auth[phonenumberslite,webauthn]==1.16.0
# via
# -r requirements/base.txt
# django-two-factor-auth
# maykin-2fa
django-webtest==1.9.10
# via -r requirements/test-tools.in
Expand Down Expand Up @@ -312,7 +311,6 @@ drf-nested-routers==0.94.1
drf-spectacular[sidecar]==0.27.2
# via
# -r requirements/base.txt
# drf-spectacular
# open-api-framework
drf-spectacular-sidecar==2024.7.1
# via
Expand Down Expand Up @@ -420,7 +418,6 @@ mozilla-django-oidc==4.0.0
mozilla-django-oidc-db[django-setup-configuration]==0.21.1
# via
# -r requirements/base.txt
# mozilla-django-oidc-db
# open-api-framework
multidict==6.0.5
# via yarl
Expand Down Expand Up @@ -488,7 +485,6 @@ pydantic-settings[yaml]==2.6.1
# via
# -r requirements/base.txt
# django-setup-configuration
# pydantic-settings
pyflakes==3.0.1
# via flake8
pygments==2.15.1
Expand Down

0 comments on commit 8c6e892

Please sign in to comment.