Skip to content
Snippets Groups Projects
Commit 0f0af011 authored by Anton Kullberg's avatar Anton Kullberg
Browse files

ci: added numpy dep of pdoc

parent d8e11c24
Branches
Tags
No related merge requests found
......@@ -2,7 +2,7 @@ build-doc:
image: python:3.8
stage: build
script:
- pip install pdoc3
- pip install pdoc3 numpy
- pdoc --html src
- mkdir .public
- mv html/src/* .public/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment