Skip to content

Commit

Permalink
older sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelb committed Jul 27, 2023
1 parent 1b0c714 commit 4f4f41f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/build.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
#!/bin/bash
set -x
set -e

apt-get update
apt-get -y install git rsync python3-pip python-yaml
apt-get -y install git rsync python3-pip

python3 -m pip install myst-parser==1.0.0 sphinx-rtd-theme sphinx==5.3
python3 -m pip install myst-parser==1.0.0 sphinx-rtd-theme sphinx==5.0

pwd ls -lah
git config --global --add safe.directory /__w/sniprun/sniprun
Expand Down

0 comments on commit 4f4f41f

Please sign in to comment.