diff --git a/.readthedocs.yml b/.readthedocs.yml index e19a4dcc..355e3485 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -9,14 +9,13 @@ version: 2 build: os: ubuntu-22.04 tools: - python: "3.11" - -# Optionally set the version of Python and requirements required to build your docs -python: - install: - - path: . - extra_requirements: - - docs + python: "3.12" + commands: + - asdf plugin add uv + - asdf install uv latest + - asdf global uv latest + - uv sync --group docs + - uv run -m sphinx -T -b html -d docs/_build/doctrees -D language=en docs/source $READTHEDOCS_OUTPUT/html # Build documentation in the docs/ directory with Sphinx sphinx: diff --git a/docs/README.md b/docs/README.md deleted file mode 100644 index e69de29b..00000000 diff --git a/docs/requirements.txt b/docs/requirements.txt deleted file mode 100644 index 86ccae9c..00000000 --- a/docs/requirements.txt +++ /dev/null @@ -1,6 +0,0 @@ -furo -myst-parser == 2.0.0 -sphinx == 7.2.5 -sphinx_inline_tabs -sphinx_copybutton -linkify-it-py