.travis.yml: Run git fetch --all before running sphinx-multiversion

This commit is contained in:
Jan Holthuis 2020-03-12 09:56:30 +01:00
parent 0ebd929b81
commit 8e1a7f12af

View file

@ -16,6 +16,7 @@ before_script:
- pre-commit run --all-files
script:
- mkdir html
- git fetch --all
- sphinx-multiversion -W docs html
- python setup.py build sdist bdist_wheel