File tree Expand file tree Collapse file tree 3 files changed +5
-16
lines changed Expand file tree Collapse file tree 3 files changed +5
-16
lines changed Original file line number Diff line number Diff line change 9191 shell : bash -el {0}
9292 steps :
9393 - uses : actions/checkout@v4
94- - uses : conda-incubator/setup-miniconda@v3
95- with :
96- environment-file : docs/environment.yml
94+ - name : Install pandoc
95+ run : sudo apt-get install -y pandoc
9796 - name : Sync
9897 run : uv sync --group docs
9998 - name : Build docs
Original file line number Diff line number Diff line change @@ -3,20 +3,19 @@ version: 2
33build :
44 os : ubuntu-22.04
55 tools :
6- python : " mambaforge-22.9 "
6+ python : " 3.12 "
77 jobs :
88 post_install :
99 - uv sync --group docs
1010 build :
1111 html :
1212 - uv run -- sphinx-build -M html docs $READTHEDOCS_OUTPUT
13+ pdf :
14+ - uv run -- sphinx-build -M latexpdf docs $READTHEDOCS_OUTPUT
1315
1416sphinx :
1517 configuration : docs/conf.py
1618
1719formats :
1820 - pdf
1921 - htmlzip
20-
21- conda :
22- environment : docs/environment.yml
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments