Skip to content
Snippets Groups Projects
Commit 0683e047 authored by dilawar's avatar dilawar :ant:
Browse files

use the poetry to build docs.

parent d0a168e2
No related branches found
No related tags found
1 merge request!4Resolve "Enable docs"
This commit is part of merge request !4. Comments created here will be created in the context of that merge request.
......@@ -39,10 +39,9 @@ pages:
- linux
stage: deploy
script:
- apt update && apt install -y graphviz
- python3 -m pip install sphinx
- python3 -m pip install -r docs/requirements.txt
- sphinx-build -b html docs/source public
- apt update && apt install -y graphviz make
- python3 -m pip install poetry
- make docs && cp -r docs/build/html public
artifacts:
paths:
- public
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment