Skip to content
Snippets Groups Projects

Doc-tests

Merged Martin Lange requested to merge doc-tests into main
1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
+ 1
2
@@ -2,7 +2,6 @@ image: python
stages:
- test
- doctest
- build
- deploy
@@ -31,7 +30,7 @@ test:
- cov
doctest:
stage: doctest
stage: test
script:
- pip3 install --editable .[doc]
- sphinx-build -b doctest docs/source docs/build
Loading