Skip to content
Snippets Groups Projects

Doc-tests

Merged Martin Lange requested to merge doc-tests into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 6
0
@@ -29,6 +29,12 @@ test:
paths:
- cov
doctest:
stage: test
script:
- pip3 install --editable .[doc]
- sphinx-build -b doctest docs/source docs/build
documentation:
stage: build
script:
Loading