fix pipeline needing gcc for dulwich
This commit is contained in:
parent
6b8c54398d
commit
f3025928a3
2 changed files with 6 additions and 4 deletions
|
|
@ -10,10 +10,7 @@ cache:
|
||||||
|
|
||||||
.install_sphinx:
|
.install_sphinx:
|
||||||
before_script:
|
before_script:
|
||||||
- pip install -U sphinx
|
- pip install -U -r docs/requirements.txt
|
||||||
- pip install -U sphinx-theme-pd
|
|
||||||
- pip install -U reno[sphinx]
|
|
||||||
|
|
||||||
|
|
||||||
test-docs:
|
test-docs:
|
||||||
stage: test
|
stage: test
|
||||||
|
|
|
||||||
5
docs/requirements.txt
Normal file
5
docs/requirements.txt
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
reno[sphinx]==3.5.0
|
||||||
|
dulwich --global-option='--pure'
|
||||||
|
Sphinx==5.1.1
|
||||||
|
sphinx-theme-pd==0.8.3
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue