mirror of
https://github.com/vale981/sphinx-multiversion
synced 2025-03-04 09:01:41 -05:00
.travis.yml: Run git fetch --all
before running sphinx-multiversion
This commit is contained in:
parent
0ebd929b81
commit
8e1a7f12af
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue