Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DBRepo
Manage
Activity
Members
Labels
Plan
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FAIR Data Austria DB Repository
DBRepo
Commits
c78a580a
Verified
Commit
c78a580a
authored
1 year ago
by
Martin Weise
Browse files
Options
Downloads
Patches
Plain Diff
Using the right tag
parent
7c568f28
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
build-docs.sh
+1
-1
1 addition, 1 deletion
build-docs.sh
with
1 addition
and
1 deletion
build-docs.sh
+
1
−
1
View file @
c78a580a
...
@@ -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/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment