Skip to content
Snippets Groups Projects
Commit 43cdc67b authored by Arjan Molenaar's avatar Arjan Molenaar
Browse files

Build documentation on github pages

Save coverage in coverage/ folder.
parent 6c0c4e97
Branches
Tags
No related merge requests found
......@@ -44,7 +44,10 @@ pages:
stage: deploy
dependencies:
- coverage
before_script:
- python -m pip install -r docs/requirements.txt
script:
- python -m sphinx -T -E -W --keep-going -b html -d _build/doctrees -D language=en docs/ public
- mv coverage/ public/
artifacts:
paths:
......
......@@ -216,3 +216,5 @@ Create a release tarball and wheel:
pip install build
python -m build
.. _pyenv: https://github.com/pyenv/pyenv
\ No newline at end of file
sphinx>=4.0,<5.0
sphinx-rtd-theme>=0.5,<2.0
\ No newline at end of file
sphinx>=7.0,<8.0
sphinx-rtd-theme>=2.0,<3.0
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment