Update dependency sphinx-rtd-theme to v1.1.1 (develop)

This commit is contained in:
RenovateBot 2022-11-07 13:28:18 +00:00 committed by JuniorJPDJ
parent 154469e018
commit 62d9cd4d80
2 changed files with 8 additions and 8 deletions

14
docs/poetry.lock generated
View File

@ -380,18 +380,18 @@ sphinx = ">=2.1"
[[package]] [[package]]
name = "sphinx-rtd-theme" name = "sphinx-rtd-theme"
version = "1.0.0" version = "1.1.1"
description = "Read the Docs theme for Sphinx" description = "Read the Docs theme for Sphinx"
category = "main" category = "main"
optional = false optional = false
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*" python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7"
[package.dependencies] [package.dependencies]
docutils = "<0.18" docutils = "<0.18"
sphinx = ">=1.6" sphinx = ">=1.6,<6"
[package.extras] [package.extras]
dev = ["bump2version", "sphinxcontrib-httpdomain", "transifex-client"] dev = ["bump2version", "sphinxcontrib-httpdomain", "transifex-client", "wheel"]
[[package]] [[package]]
name = "sphinxcontrib-applehelp" name = "sphinxcontrib-applehelp"
@ -512,7 +512,7 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
[metadata] [metadata]
lock-version = "1.1" lock-version = "1.1"
python-versions = "^3.10" python-versions = "^3.10"
content-hash = "aa491d4cbe786638bd61f17bdef269fb97afa8f80b506e0fbad33371ebf11e80" content-hash = "39ba9a39b6d4c5185765316ee37dd2d83966e9c1218651cd135f0567c5cbf42e"
[metadata.files] [metadata.files]
alabaster = [ alabaster = [
@ -711,8 +711,8 @@ sphinx-multiversion = [
{file = "sphinx_multiversion-0.2.4-py3-none-any.whl", hash = "sha256:dec29f2a5890ad68157a790112edc0eb63140e70f9df0a363743c6258fbeb478"}, {file = "sphinx_multiversion-0.2.4-py3-none-any.whl", hash = "sha256:dec29f2a5890ad68157a790112edc0eb63140e70f9df0a363743c6258fbeb478"},
] ]
sphinx-rtd-theme = [ sphinx-rtd-theme = [
{file = "sphinx_rtd_theme-1.0.0-py2.py3-none-any.whl", hash = "sha256:4d35a56f4508cfee4c4fb604373ede6feae2a306731d533f409ef5c3496fdbd8"}, {file = "sphinx_rtd_theme-1.1.1-py2.py3-none-any.whl", hash = "sha256:31faa07d3e97c8955637fc3f1423a5ab2c44b74b8cc558a51498c202ce5cbda7"},
{file = "sphinx_rtd_theme-1.0.0.tar.gz", hash = "sha256:eec6d497e4c2195fa0e8b2016b337532b8a699a68bcb22a512870e16925c6a5c"}, {file = "sphinx_rtd_theme-1.1.1.tar.gz", hash = "sha256:6146c845f1e1947b3c3dd4432c28998a1693ccc742b4f9ad7c63129f0757c103"},
] ]
sphinxcontrib-applehelp = [ sphinxcontrib-applehelp = [
{file = "sphinxcontrib-applehelp-1.0.2.tar.gz", hash = "sha256:a072735ec80e7675e3f432fcae8610ecf509c5f1869d17e2eecff44389cdbc58"}, {file = "sphinxcontrib-applehelp-1.0.2.tar.gz", hash = "sha256:a072735ec80e7675e3f432fcae8610ecf509c5f1869d17e2eecff44389cdbc58"},

View File

@ -8,7 +8,7 @@ license = "AGPLv3"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.10" python = "^3.10"
Sphinx = "==5.3.0" Sphinx = "==5.3.0"
sphinx-rtd-theme = "1.0.0" sphinx-rtd-theme = "==1.1.1"
django-environ = "==0.9.0" django-environ = "==0.9.0"
myst-parser = "==0.18.1" myst-parser = "==0.18.1"
Django = "==4.0.6" Django = "==4.0.6"