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
Loading
...@@ -4,20 +4,19 @@ mypy: ...@@ -4,20 +4,19 @@ mypy:
stage: test stage: test
script: script:
- pip install mypy --quiet - pip install mypy --quiet
- pip install . --quiet
- mypy syng --strict - mypy syng --strict
pylint: pylint:
stage: test stage: test
script: script:
- pip install pylint --quiet - pip install pylint --quiet
- pip install . --quiet
- pylint syng - pylint syng
test: test:
stage: test stage: test
script: script:
- pip install -U sphinx - pip install -U sphinx
- pip install . --quiet
- sphinx-build -b html docs/source docs/build - sphinx-build -b html docs/source docs/build
only: only:
- branches - branches
...@@ -30,6 +29,7 @@ pages: ...@@ -30,6 +29,7 @@ pages:
stage: deploy stage: deploy
script: script:
- pip install -U sphinx - pip install -U sphinx
- pip install . --quiet
- sphinx-build -b html docs/source docs/build - sphinx-build -b html docs/source docs/build
artifacts: artifacts:
paths: paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment