mirror of
https://github.com/zrepl/zrepl.git
synced 2024-11-28 19:34:58 +01:00
docs: publish.sh: allow v0.1.0-rc4
This commit is contained in:
parent
b96a287a2f
commit
5324f29693
@ -56,7 +56,7 @@ sphinx-versioning build \
|
|||||||
--show-banner \
|
--show-banner \
|
||||||
--whitelist-branches 'master' \
|
--whitelist-branches 'master' \
|
||||||
--whitelist-tags '(v)?\d+\.\d+\.\d+$' \
|
--whitelist-tags '(v)?\d+\.\d+\.\d+$' \
|
||||||
--whitelist-tags '0.1.0-rc(3|4)$' \
|
--whitelist-tags '(v)?0.1.0-rc(3|4)$' \
|
||||||
docs ./public_git \
|
docs ./public_git \
|
||||||
-- -c sphinxconf # older conf.py throw errors because they used
|
-- -c sphinxconf # older conf.py throw errors because they used
|
||||||
# version = subprocess.show_output(["git", "describe"])
|
# version = subprocess.show_output(["git", "describe"])
|
||||||
|
Loading…
Reference in New Issue
Block a user