forked from Github-Mirrors/canaille
doc: remove sitemap
temporarily, until it does not break RTD builds anymore https://readthedocs.org/projects/canaille/builds/25905113/
This commit is contained in:
parent
5de7425215
commit
831517d740
3 changed files with 1 additions and 20 deletions
|
@ -36,7 +36,6 @@ extensions = [
|
|||
"sphinx_click",
|
||||
"sphinx_design",
|
||||
"sphinx_issues",
|
||||
"sphinx_sitemap",
|
||||
"sphinxcontrib.autodoc_pydantic",
|
||||
"sphinxcontrib.images",
|
||||
]
|
||||
|
|
19
poetry.lock
generated
19
poetry.lock
generated
|
@ -1996,23 +1996,6 @@ sphinx = "*"
|
|||
dev = ["pre-commit (>=3.6,<4.0)", "sphinx-issues[tests]", "tox"]
|
||||
tests = ["pytest"]
|
||||
|
||||
[[package]]
|
||||
name = "sphinx-sitemap"
|
||||
version = "2.6.0"
|
||||
description = "Sitemap generator for Sphinx"
|
||||
optional = false
|
||||
python-versions = "*"
|
||||
files = [
|
||||
{file = "sphinx_sitemap-2.6.0-py3-none-any.whl", hash = "sha256:7478e417d141f99c9af27ccd635f44c03a471a08b20e778a0f9daef7ace1d30b"},
|
||||
{file = "sphinx_sitemap-2.6.0.tar.gz", hash = "sha256:5e0c66b9f2e371ede80c659866a9eaad337d46ab02802f9c7e5f7bc5893c28d2"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
sphinx = ">=1.2"
|
||||
|
||||
[package.extras]
|
||||
dev = ["build", "flake8", "pre-commit", "pytest", "sphinx", "tox"]
|
||||
|
||||
[[package]]
|
||||
name = "sphinxcontrib-applehelp"
|
||||
version = "2.0.0"
|
||||
|
@ -2545,4 +2528,4 @@ sql = ["passlib", "sqlalchemy", "sqlalchemy-json", "sqlalchemy-utils"]
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.10"
|
||||
content-hash = "9e9c532be7702f8e3badb69fef14f673d11fda144df7041bc36d09e7b6568614"
|
||||
content-hash = "25a69e9ecec236b82ed82b9247dbcbb52d1f1a7cd0d79538f39f9b3cfb4a95ea"
|
||||
|
|
|
@ -74,7 +74,6 @@ autodoc-pydantic = "^2.0.1"
|
|||
shibuya = "^2024.3.1"
|
||||
sphinx = "^8.0.0"
|
||||
sphinx-design = "^0.6.0"
|
||||
sphinx-sitemap = "^2.5.1"
|
||||
sphinx-issues = "^4.0.0"
|
||||
sphinx-click = "^6.0.0"
|
||||
sphinxcontrib-images = "^0.9.4"
|
||||
|
|
Loading…
Reference in a new issue