mirror of
https://github.com/Cian-H/invenio-theme-iform.git
synced 2025-12-22 12:41:57 +00:00
Fixed .readthedocs.yaml
This commit is contained in:
@@ -9,14 +9,12 @@ build:
|
|||||||
os: ubuntu-24.04
|
os: ubuntu-24.04
|
||||||
tools:
|
tools:
|
||||||
python: "3.13"
|
python: "3.13"
|
||||||
|
jobs:
|
||||||
# Build documentation in the "docs/" directory with Sphinx
|
pre_create_environment:
|
||||||
sphinx:
|
- asdf plugin add uv
|
||||||
configuration: docs/conf.py
|
- asdf install uv latest
|
||||||
|
- asdf global uv latest
|
||||||
# declare the Python requirements required to build your documentation
|
create_environment:
|
||||||
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
|
- uv sync --group docs
|
||||||
python:
|
install:
|
||||||
install:
|
- uv run python -m sphinx -T -d docs/_build/doctrees -D language=en docs $READTHEDOCS_OUTPUT/html
|
||||||
- requirements: docs/requirements.txt
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user