Commit 1c2df460 authored by garciadeblas's avatar garciadeblas
Browse files

Fix automatic creation of latest and develop git tags during doc build

parent 6b7a3bff
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -52,8 +52,8 @@ deps = {[testenv]deps}
commands =
        - git tag -d latest
        - git tag -d develop
        git tag latest v14
        git tag develop master
        git tag latest origin/v14
        git tag develop origin/master
        rm -rf _build/html
        sh -c 'sphinx-multiversion . _build/html'
        sh -c './fix_cross_references.sh'