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: ...@@ -100,7 +100,7 @@ pages:
- master - master
script: script:
- poetry install - poetry install
- make docs - poetry run make docs
- mv docs/_build/html public - mv docs/_build/html public
- ls public - ls public
artifacts: artifacts:
......
...@@ -52,7 +52,7 @@ poetry install -E sphinx ...@@ -52,7 +52,7 @@ poetry install -E sphinx
- Generate documentation - Generate documentation
```bash ```bash
make docs poetry run make docs
``` ```
- The HTML documentation is generated in `docs/_build/html` folder. - 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