Skip to content
Snippets Groups Projects
Commit 3c936442 authored by Christoph Stahl's avatar Christoph Stahl
Browse files

project must be installed for sphinx (?)

parent 97889fff
No related branches found
No related tags found
No related merge requests found
......@@ -4,20 +4,19 @@ mypy:
stage: test
script:
- pip install mypy --quiet
- pip install . --quiet
- mypy syng --strict
pylint:
stage: test
script:
- pip install pylint --quiet
- pip install . --quiet
- pylint syng
test:
stage: test
script:
- pip install -U sphinx
- pip install . --quiet
- sphinx-build -b html docs/source docs/build
only:
- branches
......@@ -30,6 +29,7 @@ pages:
stage: deploy
script:
- pip install -U sphinx
- pip install . --quiet
- sphinx-build -b html docs/source docs/build
artifacts:
paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment