mirror of
https://github.com/Cian-H/invenio-config-iform.git
synced 2026-02-01 21:12:26 +00:00
Compare commits
1 Commits
2025.5.20.
...
2025.5.20.
| Author | SHA1 | Date | |
|---|---|---|---|
| 3013095bdd |
@@ -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:
|
||||
|
||||
@@ -8,4 +8,4 @@
|
||||
|
||||
"""Metadata for this python module."""
|
||||
|
||||
__version__ = "2025.5.20.7"
|
||||
__version__ = "2025.5.20.8"
|
||||
|
||||
Reference in New Issue
Block a user