mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-14 14:49:21 +01:00
.travis.runonce.bash: add forgotten sphinx
This commit is contained in:
parent
cdd564f115
commit
a2d910d2f5
@ -10,6 +10,12 @@ branch=$(git branch | sed -n -e 's/^\* \(.*\)/\1/p')
|
||||
sandbox/check_trans.py plugins/
|
||||
sandbox/check_trans.py --core
|
||||
|
||||
# Check documentation
|
||||
cd docs
|
||||
# Add -W to spinx-build when the documentation doesn't error!
|
||||
sphinx-build -n -b html -d _build/doctrees . _build/html
|
||||
cd ..
|
||||
|
||||
# Do these things only on testing or master.
|
||||
if [[ "$branch" = "master" || "$branch" = "testing" ]]; then
|
||||
# Notify read the docs
|
||||
|
Loading…
Reference in New Issue
Block a user