mirror of https://github.com/coqui-ai/TTS.git
ci(readthedocs): build docs with uv
Based on:
7c5143848f/docs/user/build-customization.rst (install-dependencies-with-uv)
This commit is contained in:
parent
ef8158d281
commit
020a72434e
|
@ -9,14 +9,13 @@ version: 2
|
||||||
build:
|
build:
|
||||||
os: ubuntu-22.04
|
os: ubuntu-22.04
|
||||||
tools:
|
tools:
|
||||||
python: "3.11"
|
python: "3.12"
|
||||||
|
commands:
|
||||||
# Optionally set the version of Python and requirements required to build your docs
|
- asdf plugin add uv
|
||||||
python:
|
- asdf install uv latest
|
||||||
install:
|
- asdf global uv latest
|
||||||
- path: .
|
- uv sync --group docs
|
||||||
extra_requirements:
|
- uv run -m sphinx -T -b html -d docs/_build/doctrees -D language=en docs/source $READTHEDOCS_OUTPUT/html
|
||||||
- docs
|
|
||||||
|
|
||||||
# Build documentation in the docs/ directory with Sphinx
|
# Build documentation in the docs/ directory with Sphinx
|
||||||
sphinx:
|
sphinx:
|
||||||
|
|
|
@ -1,6 +0,0 @@
|
||||||
furo
|
|
||||||
myst-parser == 2.0.0
|
|
||||||
sphinx == 7.2.5
|
|
||||||
sphinx_inline_tabs
|
|
||||||
sphinx_copybutton
|
|
||||||
linkify-it-py
|
|
Loading…
Reference in New Issue