From 3bb38a95eb3fb559dfde61616e606acc4ba2d804 Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Fri, 23 May 2025 14:57:39 +0100 Subject: [PATCH] Removed default sphinx build pipeline --- .readthedocs.yaml | 4 ---- invenio_config_iform/__about__.py | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 7568924..c0beedf 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -18,7 +18,3 @@ build: - uv sync --group docs install: - uv run python -m sphinx -T -d docs/_build/doctrees -D language=en docs $READTHEDOCS_OUTPUT/html - -# Build documentation in the "docs/" directory with Sphinx -sphinx: - configuration: docs/conf.py diff --git a/invenio_config_iform/__about__.py b/invenio_config_iform/__about__.py index beb2425..229a07e 100644 --- a/invenio_config_iform/__about__.py +++ b/invenio_config_iform/__about__.py @@ -8,4 +8,4 @@ """Metadata for this python module.""" -__version__ = "2025.5.20.9" +__version__ = "2025.5.20.10"