Skip to content
Snippets Groups Projects
Commit cf5c1aad authored by Martin Lange's avatar Martin Lange
Browse files

try to get the correct docs version by deep fetch

parent 8eb66214
No related branches found
No related tags found
1 merge request!205Fix doc version
Pipeline #131133 passed with stages
in 4 minutes and 37 seconds
......@@ -42,6 +42,9 @@ doctest:
documentation:
stage: docs
variables:
GIT_STRATEGY: clone
GIT_DEPTH: 0 # to have all tags
script:
- pip3 install --editable .[doc]
- sphinx-build docs/source docs/build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment