Update dependency Sphinx to v5.1.1 (develop)

environments/review-docs-1627-z1y2j6/deployments/12900
RenovateBot 2022-07-26 22:00:53 +00:00
rodzic 21eaaf1f4d
commit f240e11780
2 zmienionych plików z 5 dodań i 5 usunięć

8
docs/poetry.lock wygenerowano
Wyświetl plik

@ -284,7 +284,7 @@ python-versions = "*"
[[package]]
name = "sphinx"
version = "5.1.0"
version = "5.1.1"
description = "Python documentation generator"
category = "main"
optional = false
@ -487,7 +487,7 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
[metadata]
lock-version = "1.1"
python-versions = "^3.10"
content-hash = "0ddac192a638b32cc144bbd177b404526871e973ae5edd7b2fc00d727ce970f9"
content-hash = "66c6d523674a13b30727c77021778316358a2c193e9f37432c007a338c6aa45a"
[metadata.files]
alabaster = [
@ -660,8 +660,8 @@ snowballstemmer = [
{file = "snowballstemmer-2.2.0.tar.gz", hash = "sha256:09b16deb8547d3412ad7b590689584cd0fe25ec8db3be37788be3810cbf19cb1"},
]
sphinx = [
{file = "Sphinx-5.1.0-py3-none-any.whl", hash = "sha256:50661b4dbe6a4a1ac15692a7b6db48671da6bae1d4d507e814f1b8525b6bba86"},
{file = "Sphinx-5.1.0.tar.gz", hash = "sha256:7893d10d9d852c16673f9b1b7e9eda1606b420b7810270294d6e4b44c0accacc"},
{file = "Sphinx-5.1.1-py3-none-any.whl", hash = "sha256:309a8da80cb6da9f4713438e5b55861877d5d7976b69d87e336733637ea12693"},
{file = "Sphinx-5.1.1.tar.gz", hash = "sha256:ba3224a4e206e1fbdecf98a4fae4992ef9b24b85ebf7b584bb340156eaf08d89"},
]
sphinx-design = [
{file = "sphinx_design-0.2.0-py3-none-any.whl", hash = "sha256:5c7117cb4b566bd769dcb4314a64d72257ae89724b4917a8f2ef55459e1d861b"},

Wyświetl plik

@ -7,7 +7,7 @@ license = "AGPLv3"
[tool.poetry.dependencies]
python = "^3.10"
Sphinx = "==5.1.0"
Sphinx = "==5.1.1"
sphinx-rtd-theme = "1.0.0"
django-environ = "==0.9.0"
myst-parser = "==0.18.0"