Skip to content

Commit

Permalink
Merge pull request #690 from openownership/fix_theme
Browse files Browse the repository at this point in the history
Fix theme issues
  • Loading branch information
kd-ods committed May 8, 2024
2 parents 4005831 + 126e69d commit b8a9004
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ sphinx-intl
sphinx_rtd_theme<=2.0.0
sphinxcontrib-opendataservices-jsonschema
sphinxcontrib-opendataservices
-e git+https://github.com/openownership/data-standard-sphinx-theme.git@master#egg=standard_theme
# Theme locked to commit on master-0.4 branch
-e git+https://github.com/openownership/data-standard-sphinx-theme.git@163158577d5843399b5e7172c59ecbf308c518df#egg=standard_theme
ocds-babel
urllib3>=1.23
requests>=2.21.0

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --output-file=requirements.txt requirements.in
#
-e git+https://github.com/openownership/data-standard-sphinx-theme.git@master#egg=standard_theme
-e git+https://github.com/openownership/data-standard-sphinx-theme.git@163158577d5843399b5e7172c59ecbf308c518df#egg=standard_theme
# via -r requirements.in
alabaster==0.7.16
# via sphinx
Expand Down
2 changes: 1 addition & 1 deletion requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile requirements_test.in
#
-e git+https://github.com/openownership/data-standard-sphinx-theme.git@master#egg=standard_theme
-e git+https://github.com/openownership/data-standard-sphinx-theme.git@163158577d5843399b5e7172c59ecbf308c518df#egg=standard_theme
# via -r requirements.in
alabaster==0.7.16
# via sphinx
Expand Down

0 comments on commit b8a9004

Please sign in to comment.