File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments