Skip to content
Snippets Groups Projects

Feature/update documentation

Merged Karel van Klink requested to merge feature/update-documentation into develop
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -7,7 +7,7 @@ build-documentation:
image: sphinxdoc/sphinx:latest
before_script:
- pip install sphinx_rtd_theme sphinx-autodoc2 myst-parser
- pip install sphinx_rtd_theme sphinxcontrib-jquery
- cd $CI_PROJECT_DIR/docs/source
script:
- make html
Loading