diff --git a/.readthedocs.yaml b/.readthedocs.yaml index d13201b1..5d3e04ae 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,7 +5,7 @@ formats: - htmlzip build: - os: ubuntu-22.04 + os: ubuntu-24.04 tools: python: "3.12" commands: @@ -24,9 +24,9 @@ build: # Unshallow the git clone and fetch tags to get proper version information - git fetch --unshallow --tags # Run the html builder - - uv run --frozen --no-dev --no-binary-package mqt-core --group docs -m sphinx -T -b html -d docs/_build/doctrees -D language=en docs/source $READTHEDOCS_OUTPUT/html + - uv run --frozen --no-dev --group docs -m sphinx -T -b html -d docs/_build/doctrees -D language=en docs/source $READTHEDOCS_OUTPUT/html # Run the htmlzip builder and create a zip file - - uv run --frozen --no-dev-no-binary-package mqt-core --group docs -m sphinx -T -b dirhtml -d docs/_build/doctrees -D language=en docs/source docs/_build/dirhtml + - uv run --frozen --no-dev --no-binary-package mqt-core --group docs -m sphinx -T -b dirhtml -d docs/_build/doctrees -D language=en docs/source docs/_build/dirhtml - mkdir -p $READTHEDOCS_OUTPUT/htmlzip - zip -r $READTHEDOCS_OUTPUT/htmlzip/html.zip docs/_build/dirhtml/* # Run the latex builder and create a pdf file