Skip to content
Snippets Groups Projects
Verified Commit c78a580a authored by Martin Weise's avatar Martin Weise
Browse files

Using the right tag

parent 7c568f28
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ function generate_sphinx { ...@@ -17,7 +17,7 @@ function generate_sphinx {
pip install -r ./requirements.txt > /dev/null pip install -r ./requirements.txt > /dev/null
mkdir -p ./final mkdir -p ./final
if [ "$1" = "latest" ]; then if [ "$1" = "latest" ]; then
sed -i -e "s/__APPVERSION__/${APP_VERSION}/g" ./lib/python/setup.py ./lib/python/pyproject.toml ./lib/python/docs/conf.py ./lib/python/docs/index.rst ./lib/python/docs/index.rst sed -i -e "s/__APPVERSION__/$1/g" ./lib/python/setup.py ./lib/python/pyproject.toml ./lib/python/docs/conf.py ./lib/python/docs/index.rst ./lib/python/docs/index.rst
fi fi
sphinx-apidoc -o ./lib/python/docs/source ./lib/python/dbrepo sphinx-apidoc -o ./lib/python/docs/source ./lib/python/dbrepo
sphinx-build -M html ./lib/python/docs/ ./lib/python/docs/build/ sphinx-build -M html ./lib/python/docs/ ./lib/python/docs/build/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment