Skip to content
Snippets Groups Projects

Resolve "Enable docs"

Merged Selvaganapathy Kannan requested to merge 5-enable-docs into main
1 file
+ 3
4
Compare changes
  • Side-by-side
  • Inline
+ 3
4
@@ -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
Loading