fix building of docs
This commit is contained in:
parent
a8009a1c37
commit
6631d1df5d
2 changed files with 5 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue