Skip to content
Snippets Groups Projects
Verified Commit 66b0c26b authored by Karel van Klink's avatar Karel van Klink :smiley_cat:
Browse files

add requirement to CI pipeline

parent c4d4d76c
No related branches found
No related tags found
1 merge request!34Feature/add linting
Pipeline #83249 failed
......@@ -7,8 +7,8 @@ build-documentation:
image: sphinxdoc/sphinx:latest
before_script:
- pip install sphinx_rtd_theme
- python $CI_PROJECT_DIR/docs/dump-openapi-spec.py
- pip install sphinx_rtd_theme fastapi
- python docs/dump-openapi-spec.py
script:
- sphinx-apidoc lso lso/app.py -o docs/source -d 2 -f
- sphinx-build -b html docs/source docs/build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment