Skip to content
Snippets Groups Projects
Commit b3a05156 authored by Bastien Abadie's avatar Bastien Abadie
Browse files

Merge branch 'build-doc-tox' into 'main'

Build doc tox

See merge request !406
parents 2be85de2 6d6f5a08
No related branches found
No related tags found
1 merge request!406Build doc tox
......@@ -46,7 +46,7 @@ test:
- schedules
script:
- tox -- -v
- tox -e teklia-dan -- -v
docker-build:
stage: build
......@@ -71,10 +71,10 @@ docker-build:
- public
before_script:
- pip install -e .[docs]
- pip install tox
script:
- mkdocs build --strict --verbose
- tox -e doc
docs-build:
extends: .docs
......
[tox]
env_list =
teklia-dan
teklia-dan, doc
minversion = 4.6.4
[testenv]
......@@ -14,5 +14,11 @@ deps =
commands =
pytest {tty:--color=yes} {posargs}
[testenv:doc]
extras = docs
commands =
mkdocs build --clean --verbose --strict
[pytest]
testpaths= tests
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