From 831517d740ec341b2b8c3466248b5368f52ddc2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89loi=20Rivard?= Date: Sat, 19 Oct 2024 18:27:42 +0200 Subject: [PATCH] doc: remove sitemap MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit temporarily, until it does not break RTDĀ builds anymore https://readthedocs.org/projects/canaille/builds/25905113/ --- doc/conf.py | 1 - poetry.lock | 19 +------------------ pyproject.toml | 1 - 3 files changed, 1 insertion(+), 20 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 05f20da0..f07bc607 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -36,7 +36,6 @@ extensions = [ "sphinx_click", "sphinx_design", "sphinx_issues", - "sphinx_sitemap", "sphinxcontrib.autodoc_pydantic", "sphinxcontrib.images", ] diff --git a/poetry.lock b/poetry.lock index 591c9a11..47eb49ba 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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" diff --git a/pyproject.toml b/pyproject.toml index 1ba11249..2c6b2a86 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"