Skip to content

Commit

Permalink
Merge pull request #10881 from camptocamp/snyk-fix/2.6
Browse files Browse the repository at this point in the history
Snyk auto fix
  • Loading branch information
sbrunner authored Jan 15, 2024
2 parents 6983e4a + bf17463 commit 5a18ddf
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 22 deletions.
3 changes: 1 addition & 2 deletions doc/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ verify_ssl = true
[packages]
alabaster = "==0.7.13" # theme
Pygments = "==2.15.1"
Sphinx = "==3.3.1"
Sphinx = "==4.4.0"
sphinx-prompt = "==1.1.0"
setuptools = "==65.5.1"
# Lock
Expand All @@ -26,7 +26,6 @@ six = "==1.14.0"
snowballstemmer = "==2.0.0"
sphinxcontrib-applehelp = "==1.0.4"
sphinxcontrib-devhelp = "==1.0.2"
sphinxcontrib-htmlhelp = "==1.0.3"
sphinxcontrib-jsmath = "==1.0.1"
sphinxcontrib-qthelp = "==1.0.3"
sphinxcontrib-serializinghtml = "==1.1.5"
Expand Down
34 changes: 25 additions & 9 deletions doc/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 1 addition & 11 deletions doc/build.sh
Original file line number Diff line number Diff line change
@@ -1,14 +1,4 @@
#!/bin/bash -eu

cd $(dirname ${0})
exec 3>&1
error=$( { sphinx-build -b html -d _build/doctrees . _build/html 1>&3; } 2>&1 )
exec 3>&-
cd - > /dev/null
if [ "${error}" != "" ];
then
echo Documentation Error:
echo ${error}
exit 1
fi
sphinx-build -b html -d _build/doctrees . _build/html
echo Documentation Success

0 comments on commit 5a18ddf

Please sign in to comment.