doc: remove sphinxcontrib-images

at least until the status_iterator deprecation is solved
https://github.com/sphinx-contrib/images/pull/39
This commit is contained in:
Éloi Rivard 2024-10-28 08:44:30 +01:00
parent 3a3cd304b8
commit e79319110b
No known key found for this signature in database
GPG key ID: 7EDA204EA57DD184
3 changed files with 1 additions and 25 deletions

View file

@ -37,7 +37,6 @@ extensions = [
"sphinx_design",
"sphinx_issues",
"sphinxcontrib.autodoc_pydantic",
"sphinxcontrib.images",
]
templates_path = ["_templates"]
@ -164,10 +163,3 @@ autodoc_pydantic_settings_show_field_summary = False
autodoc_pydantic_settings_signature_prefix = ""
autodoc_pydantic_field_signature_prefix = ""
autodoc_pydantic_field_list_validators = False
# -- Options for images
images_config = {
"override_image_directive": True,
"download": False,
}

17
poetry.lock generated
View file

@ -2072,21 +2072,6 @@ lint = ["mypy", "ruff (==0.5.5)", "types-docutils"]
standalone = ["Sphinx (>=5)"]
test = ["html5lib", "pytest"]
[[package]]
name = "sphinxcontrib-images"
version = "0.9.4"
description = "Sphinx extension for thumbnails"
optional = false
python-versions = "*"
files = [
{file = "sphinxcontrib-images-0.9.4.tar.gz", hash = "sha256:f6c237d0430793e65d91dbddb13b1fb26a2cf838040a9deeb52112969fbc4a4b"},
{file = "sphinxcontrib_images-0.9.4-py2.py3-none-any.whl", hash = "sha256:8863e8e8533a116f45cb92523938ab25879cc31dc594f5de4c3dbd9ab3d440b0"},
]
[package.dependencies]
requests = ">2.2,<3"
sphinx = {version = ">=2.0", markers = "python_version >= \"3.0\""}
[[package]]
name = "sphinxcontrib-jsmath"
version = "1.0.1"
@ -2556,4 +2541,4 @@ sql = ["passlib", "sqlalchemy", "sqlalchemy-json", "sqlalchemy-utils"]
[metadata]
lock-version = "2.0"
python-versions = "^3.10"
content-hash = "cb90e045de6c9ea51dee723f4b54ded36296602cf642c1d8d696adc423da83fb"
content-hash = "517bd8263531694f59c048263853d3599857eeaf04595e4552c8ab593e2861f4"

View file

@ -75,7 +75,6 @@ sphinx = "^8.0.0"
sphinx-design = "^0.6.0"
sphinx-issues = "^5.0.0"
sphinx-click = "^6.0.0"
sphinxcontrib-images = "^0.9.4"
[tool.poetry.group.dev.dependencies]
coverage = {version = "*", extras=["toml"]}