Skip to content
Snippets Groups Projects
Commit 7aa19aba authored by Vincent Texier's avatar Vincent Texier
Browse files

[fix] #124 fix make docs failing in gitlab publish_docs stage

parent 8c26690f
No related branches found
No related tags found
1 merge request!110Merge dev into master for v0.58.0 release
Pipeline #8595 passed
......@@ -100,7 +100,7 @@ pages:
- master
script:
- poetry install
- make docs
- poetry run make docs
- mv docs/_build/html public
- ls public
artifacts:
......
......@@ -52,7 +52,7 @@ poetry install -E sphinx
- Generate documentation
```bash
make docs
poetry run make docs
```
- The HTML documentation is generated in `docs/_build/html` folder.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment