fix pipeline needing gcc for dulwich

This commit is contained in:
eelke 2022-09-04 12:59:46 +02:00
parent 6b8c54398d
commit f3025928a3
2 changed files with 6 additions and 4 deletions

View file

@ -10,10 +10,7 @@ cache:
.install_sphinx:
before_script:
- pip install -U sphinx
- pip install -U sphinx-theme-pd
- pip install -U reno[sphinx]
- pip install -U -r docs/requirements.txt
test-docs:
stage: test

5
docs/requirements.txt Normal file
View file

@ -0,0 +1,5 @@
reno[sphinx]==3.5.0
dulwich --global-option='--pure'
Sphinx==5.1.1
sphinx-theme-pd==0.8.3