Skip to content

Commit

Permalink
update sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
orsinium committed Oct 17, 2024
1 parent 16cc030 commit 4a4f09d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions netlify.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
# This script is used by netlify to build docs
set -e
python3 -m pip install '.[docs]'
python3 -m pip install --break-system-packages '.[docs]'
cp -r assets docs/
sphinx-build docs docs/build
python3 -m sphinx docs docs/build

0 comments on commit 4a4f09d

Please sign in to comment.