fix building of docs

This commit is contained in:
Eelke Klein 2022-09-04 07:43:35 +00:00
parent a8009a1c37
commit 6631d1df5d
2 changed files with 5 additions and 1 deletions

View file

@ -12,6 +12,7 @@ test-docs:
stage: test
script:
- pip install -U sphinx
- pip install -U sphinx-theme-pd
- sphinx-build -b html docs public
only:
- branches
@ -22,6 +23,7 @@ pages:
stage: deploy
script:
- pip install -U sphinx
- pip install -U sphinx-theme-pd
- sphinx-build -b html docs public
artifacts:
paths: