Testing alternative versioning

This commit is contained in:
Griatch 2022-11-14 21:30:05 +01:00
parent a1cc39e165
commit d3e62de99e
5 changed files with 37 additions and 58 deletions

View file

@ -125,7 +125,6 @@ quickstrict:
# we build index directly for the current branch
local:
make _check-env
make clean
make _autodoc-index
make _html-build
@echo ""
@ -147,7 +146,6 @@ mv-index:
mv-local:
make _multiversion-check-env
make clean
make _multiversion-build
@echo ""
@echo "Documentation built (multiversion + autodocs)."
@ -160,7 +158,6 @@ deploy:
@echo "Documentation deployed."
# build and prepare the docs for release
#
release:
make mv-local
make deploy