Skip to content
Snippets Groups Projects

Resolve "rewrite documentation"

Merged Maximilian Dolling requested to merge 43-rewrite-documentation into dev
2 files
+ 9
4
Compare changes
  • Side-by-side
  • Inline

Files

+ 4
2
@@ -4,9 +4,11 @@ pages:
tags:
- sqa
before_script:
- pip install -U sphinx
- pip install -U sphinx sphinx-rtd-theme
script:
- sphinx-build -b html . public
- cd docs
- make html
- mv build ../public
artifacts:
paths:
- public
Loading