Skip to content
Snippets Groups Projects

Feature/add linting

Merged Karel van Klink requested to merge feature/add-linting into develop
2 files
+ 6
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 4
2
@@ -5,10 +5,12 @@ build-documentation:
tags:
- docker-executor
image: sphinxdoc/sphinx:latest
needs:
- job: run-tox-pipeline
artifacts: true
before_script:
- pip install sphinx_rtd_theme fastapi
- python docs/dump-openapi-spec.py
- pip install sphinx_rtd_theme
script:
- sphinx-apidoc lso lso/app.py -o docs/source -d 2 -f
- sphinx-build -b html docs/source docs/build
Loading