Skip to content
Snippets Groups Projects

#165, #182: Stop using the Makefile in the CI and tools installed from Poetry dev dependencies in favor of pre-commit, Bump Sphinx to v4

Merged #165, #182: Stop using the Makefile in the CI and tools installed from Poetry dev dependencies in favor of pre-commit, Bump Sphinx to v4
All threads resolved!
Merged Moul requested to merge 165_182_rm_make_sphinx_doc_pre-commit into main
All threads resolved!
Files
4
+ 3
3
@@ -147,13 +147,13 @@ pages:
stage: publish_doc
script:
- poetry install
- make docs
- mv docs/_build/html public
- ls public
- poetry run sphinx-apidoc -o docs .
- poetry run sphinx-build -b html docs public
artifacts:
untracked: true
paths:
- public
expire_in: 2 days
rules:
- if: $CI_COMMIT_TAG
when: manual
Loading