Skip to content

Commit

Permalink
Pin sphinx-rtd-theme=1.2 (#39)
Browse files Browse the repository at this point in the history
* Pin sphinx-rtd-theme=1.2

Sphinx=6 and docutils=0.18 are now supported.
We're relying on the sphinx-rtd-theme version pin to ensure compatible versions
of the rest of the Sphinx tool chain.

* Bump cryptography from 39.0.0 to 39.0.1 in /envs (#37)

Bumps [cryptography](https://github.com/pyca/cryptography) from 39.0.0 to 39.0.1.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@39.0.0...39.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
douglatornell and dependabot[bot] committed Feb 17, 2023
1 parent 4ee1c56 commit 062d050
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 18 deletions.
2 changes: 1 addition & 1 deletion envs/environment-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies:

# For documentation
- sphinx
- sphinx_rtd_theme=1.1.1
- sphinx_rtd_theme=1.2
- sphinx-notfound-page

- pip:
Expand Down
2 changes: 1 addition & 1 deletion envs/environment-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ dependencies:
- supervisor
- waitress

# editable install of salishsea-site package
# install of salishsea-site package editable mode
- --editable ../
2 changes: 1 addition & 1 deletion envs/environment-rtd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
- pillow
- pip
- sphinx
- sphinx_rtd_theme=1.1.1
- sphinx_rtd_theme=1.2
- sphinx-notfound-page

- pip:
Expand Down
2 changes: 1 addition & 1 deletion envs/environment-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies:

# For documentation links checking
- sphinx
- sphinx_rtd_theme=1.1.1
- sphinx_rtd_theme=1.2
- sphinx-notfound-page

- pip:
Expand Down
29 changes: 15 additions & 14 deletions envs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ alabaster==0.7.13
arrow==1.2.3
attrs==22.2.0
Babel==2.11.0
black==22.12.0
black==23.1.0
brotlipy==0.7.0
certifi==2022.12.7
cffi==1.15.1
charset-normalizer==2.1.1
click==8.1.3
colorama==0.4.6
coverage==7.0.5
coverage==7.1.0
cryptography==39.0.1
docutils==0.17.1
docutils==0.18.1
exceptiongroup==1.1.0
hupper==1.11
idna==3.4
Expand All @@ -30,19 +30,19 @@ iniconfig==2.0.0
Jinja2==3.1.2
Mako==1.2.4
MarkupSafe==2.1.2
mypy-extensions==0.4.3
mypy-extensions==1.0.0
packaging==23.0
PasteDeploy==3.0.1
pathspec==0.10.3
pip==22.3.1
pathspec==0.11.0
pip==23.0
plaster==1.1.2
plaster-pastedeploy==1.0.1
platformdirs==2.6.2
platformdirs==3.0.0
pluggy==1.0.0
pycparser==2.21
Pygments==2.14.0
pyOpenSSL==23.0.0
pyramid==2.0
pyramid==2.0.1
pyramid-debugtoolbar==4.10
pyramid-mako==1.1.0
PySocks==1.7.1
Expand All @@ -52,16 +52,17 @@ python-dateutil==2.8.2
pytz==2022.7.1
PyYAML==6.0
requests==2.28.2
sentry-sdk==1.14.0
setuptools==66.1.1
sentry-sdk==1.15.0
setuptools==67.3.2
six==1.16.0
snowballstemmer==2.2.0
Sphinx==5.3.0
Sphinx==6.1.3
sphinx-notfound-page==0.8.3
sphinx-rtd-theme==1.1.1
sphinx-rtd-theme==1.2.0
sphinxcontrib-applehelp==1.0.4
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp==2.0.0
sphinxcontrib-htmlhelp==2.0.1
sphinxcontrib-jquery==2.0.0
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
Expand All @@ -75,6 +76,6 @@ venusian==3.0.0
waitress==2.1.2
WebOb==1.8.7
wheel==0.38.4
zipp==3.11.0
zipp==3.13.0
zope.deprecation==4.4.0
zope.interface==5.5.2

0 comments on commit 062d050

Please sign in to comment.