Skip to content

Commit

Permalink
Revert "⚗️ ensure the latex docs can be built on RtD as well (to be r…
Browse files Browse the repository at this point in the history
…everted)"

This reverts commit fa93c9f.
  • Loading branch information
burgholzer committed Feb 26, 2025
1 parent fa93c9f commit e0b8ec0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ build:
build:
html:
- uv run --frozen --no-dev --group docs -m sphinx -T -b html -d docs/_build/doctrees -D language=en docs $READTHEDOCS_OUTPUT/html
- uv run --frozen --no-dev --group docs -m sphinx -T -b latex -d docs/_build/doctrees -D language=en docs docs/_build/latex
- cd docs/_build/latex && latexmk -pdf -f -dvi- -ps- -interaction=nonstopmode -jobname=$READTHEDOCS_PROJECT
htmlzip:
- uv run --frozen --no-dev --group docs -m sphinx -T -b dirhtml -d docs/_build/doctrees -D language=en docs docs/_build/dirhtml
- mkdir -p $READTHEDOCS_OUTPUT/htmlzip
Expand Down

0 comments on commit e0b8ec0

Please sign in to comment.