Attempt to fix readthedocs build

This commit is contained in:
2025-05-23 14:36:32 +01:00
parent 6e84ea0446
commit 3013095bdd
2 changed files with 10 additions and 1 deletions

View File

@@ -9,6 +9,15 @@ build:
os: ubuntu-24.04
tools:
python: "3.13"
jobs:
pre_create_environment:
- asdf plugin add uv
- asdf install uv latest
- asdf global uv latest
create_environment:
- uv venv "${READTHEDOCS_VIRTUALENV_PATH}"
install:
- VIRTUAL_ENV="${READTHEDOCS_VIRTUALENV_PATH}" uv pip install -r docs/requirements.txt
# Build documentation in the "docs/" directory with Sphinx
sphinx:

View File

@@ -8,4 +8,4 @@
"""Metadata for this python module."""
__version__ = "2025.5.20.7"
__version__ = "2025.5.20.8"