Skip to content

Commit 4a4f09d

Browse files
committed
update sphinx
1 parent 16cc030 commit 4a4f09d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

netlify.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
# This script is used by netlify to build docs
33
set -e
4-
python3 -m pip install '.[docs]'
4+
python3 -m pip install --break-system-packages '.[docs]'
55
cp -r assets docs/
6-
sphinx-build docs docs/build
6+
python3 -m sphinx docs docs/build

0 commit comments

Comments
 (0)