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

dummy build to force finding all doctests

parent 2a83c4d7
No related branches found
No related tags found
1 merge request!128Document modules
Pipeline #123417 passed with stages
in 3 minutes and 5 seconds
......@@ -33,6 +33,9 @@ doctest:
stage: test
script:
- pip3 install --editable .[doc]
# doctest does not detect tests in code files during the first run.
# add a dummy build to generate .rst files before the actual tests
- sphinx-build -b dummy docs/source docs/build
- sphinx-build -b doctest docs/source docs/build
documentation:
......
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