Skip to content

Commit

Permalink
requirements: Update to fix doc building issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed (ODSC) committed Oct 25, 2023
1 parent 2ea2c3f commit 5b410cb
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 17 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sphinx>=4.2,<4.3
sphinx-intl[transifex]
sphinx_rtd_theme
sphinxcontrib-opendataservices-jsonschema
sphinxcontrib-opendataservices
sphinxcontrib-opendataservices==0.5.0
-e git+https://github.com/openownership/data-standard-sphinx-theme.git@master#egg=standard_theme
ocds-babel
urllib3>=1.23
Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile
# pip-compile requirements.in
#
-e git+https://github.com/openownership/data-standard-sphinx-theme.git@master#egg=standard_theme
# via -r requirements.in
Expand Down Expand Up @@ -108,9 +108,9 @@ sphinxcontrib-htmlhelp==2.0.0
# via sphinx
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-opendataservices==0.2.0
sphinxcontrib-opendataservices==0.5.0
# via -r requirements.in
sphinxcontrib-opendataservices-jsonschema==0.4.0
sphinxcontrib-opendataservices-jsonschema==0.6.1
# via
# -r requirements.in
# sphinxcontrib-opendataservices
Expand Down
1 change: 0 additions & 1 deletion requirements_test.in
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ strict-rfc3339
compiletojsonschema==0.3.0
rfc3339-validator
rfc3986-validator

14 changes: 4 additions & 10 deletions requirements_test.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile requirements_test.in
#
Expand Down Expand Up @@ -45,8 +45,6 @@ idna==2.10
# via requests
imagesize==1.2.0
# via sphinx
importlib-resources==5.12.0
# via jsonschema
iniconfig==1.1.1
# via pytest
jinja2==2.11.3
Expand Down Expand Up @@ -98,8 +96,6 @@ pep517==0.10.0
# via pip-tools
pip-tools==6.5.1
# via -r requirements_test.in
pkgutil-resolve-name==1.3.10
# via jsonschema
pluggy==0.13.1
# via
# -r requirements_test.in
Expand Down Expand Up @@ -175,9 +171,9 @@ sphinxcontrib-htmlhelp==2.0.0
# via sphinx
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-opendataservices==0.2.0
sphinxcontrib-opendataservices==0.5.0
# via -r requirements.in
sphinxcontrib-opendataservices-jsonschema==0.4.0
sphinxcontrib-opendataservices-jsonschema==0.6.1
# via
# -r requirements.in
# sphinxcontrib-opendataservices
Expand All @@ -202,8 +198,6 @@ urllib3==1.26.4
# transifex-client
wheel==0.37.1
# via pip-tools
zipp==3.15.0
# via importlib-resources

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down

0 comments on commit 5b410cb

Please sign in to comment.