Update dependency Sphinx to v5.1.1 (develop)
This commit is contained in:
parent
21eaaf1f4d
commit
f240e11780
|
@ -284,7 +284,7 @@ python-versions = "*"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "sphinx"
|
name = "sphinx"
|
||||||
version = "5.1.0"
|
version = "5.1.1"
|
||||||
description = "Python documentation generator"
|
description = "Python documentation generator"
|
||||||
category = "main"
|
category = "main"
|
||||||
optional = false
|
optional = false
|
||||||
|
@ -487,7 +487,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 = "0ddac192a638b32cc144bbd177b404526871e973ae5edd7b2fc00d727ce970f9"
|
content-hash = "66c6d523674a13b30727c77021778316358a2c193e9f37432c007a338c6aa45a"
|
||||||
|
|
||||||
[metadata.files]
|
[metadata.files]
|
||||||
alabaster = [
|
alabaster = [
|
||||||
|
@ -660,8 +660,8 @@ snowballstemmer = [
|
||||||
{file = "snowballstemmer-2.2.0.tar.gz", hash = "sha256:09b16deb8547d3412ad7b590689584cd0fe25ec8db3be37788be3810cbf19cb1"},
|
{file = "snowballstemmer-2.2.0.tar.gz", hash = "sha256:09b16deb8547d3412ad7b590689584cd0fe25ec8db3be37788be3810cbf19cb1"},
|
||||||
]
|
]
|
||||||
sphinx = [
|
sphinx = [
|
||||||
{file = "Sphinx-5.1.0-py3-none-any.whl", hash = "sha256:50661b4dbe6a4a1ac15692a7b6db48671da6bae1d4d507e814f1b8525b6bba86"},
|
{file = "Sphinx-5.1.1-py3-none-any.whl", hash = "sha256:309a8da80cb6da9f4713438e5b55861877d5d7976b69d87e336733637ea12693"},
|
||||||
{file = "Sphinx-5.1.0.tar.gz", hash = "sha256:7893d10d9d852c16673f9b1b7e9eda1606b420b7810270294d6e4b44c0accacc"},
|
{file = "Sphinx-5.1.1.tar.gz", hash = "sha256:ba3224a4e206e1fbdecf98a4fae4992ef9b24b85ebf7b584bb340156eaf08d89"},
|
||||||
]
|
]
|
||||||
sphinx-design = [
|
sphinx-design = [
|
||||||
{file = "sphinx_design-0.2.0-py3-none-any.whl", hash = "sha256:5c7117cb4b566bd769dcb4314a64d72257ae89724b4917a8f2ef55459e1d861b"},
|
{file = "sphinx_design-0.2.0-py3-none-any.whl", hash = "sha256:5c7117cb4b566bd769dcb4314a64d72257ae89724b4917a8f2ef55459e1d861b"},
|
||||||
|
|
|
@ -7,7 +7,7 @@ license = "AGPLv3"
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.10"
|
python = "^3.10"
|
||||||
Sphinx = "==5.1.0"
|
Sphinx = "==5.1.1"
|
||||||
sphinx-rtd-theme = "1.0.0"
|
sphinx-rtd-theme = "1.0.0"
|
||||||
django-environ = "==0.9.0"
|
django-environ = "==0.9.0"
|
||||||
myst-parser = "==0.18.0"
|
myst-parser = "==0.18.0"
|
||||||
|
|
Loading…
Reference in New Issue