Skip to content

Commit 1b8e1d7

Browse files
committed
update to sphinx-build
1 parent 69e22d7 commit 1b8e1d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,20 +74,20 @@ jobs:
7474
# old pandoc version (2.9.). We will hence install the latest version manually.
7575
# previou: sudo apt-get install -y pandoc
7676
# NOTE(stes): Updated to latest version as of 17/04/2025, v3.6.4.
77-
wget https://github.com/jgm/pandoc/releases/download/3.6.4/pandoc-3.6.4-1-amd64.deb
77+
wget -q https://github.com/jgm/pandoc/releases/download/3.6.4/pandoc-3.6.4-1-amd64.deb
7878
sudo dpkg -i pandoc-3.6.4-1-amd64.deb
7979
rm pandoc-3.6.4-1-amd64.deb
8080
pip install -r docs/requirements.txt
8181
8282
- name: Check software versions
8383
run: |
84-
sphinx --version
84+
sphinx-build --version
8585
pandoc --version
8686
8787
- name: Build docs
8888
run: |
8989
ls docs/source/cebra-figures
90-
# later also add the -n option to check for broken links
90+
export SPHINXBUILD="sphinx-build"
9191
export SPHINXOPTS="-W --keep-going -n"
9292
make docs
9393

0 commit comments

Comments
 (0)