Skip to content

Commit

Permalink
Update make_docs.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
luca-fiorito-11 committed Jul 7, 2023
1 parent c7d8054 commit e0be7ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ sed -i "s/alabaster/sphinx_rtd_theme/" api_docs/source/conf.py
sphinx-apidoc --separate --force --module-first -o api_docs/source sandy

# Run make
[[ -n $1 ]] && (cd api_docs && make $1) >/dev/null 2>&1
[[ -n $1 ]] && (cd api_docs && make $1)

0 comments on commit e0be7ea

Please sign in to comment.