Skip to content
Snippets Groups Projects
Commit 3f8211f4 authored by Bert Palm's avatar Bert Palm 🎇
Browse files

fixed failing CI, missing requirement

parent 9bfb9daf
No related branches found
No related tags found
2 merge requests!193Release 1.4,!188Release 1.4
Pipeline #6953 canceled with stage
......@@ -49,8 +49,9 @@ pages:
script:
- pyenv install 3.6.9
- pyenv shell 3.6.9
- cd sphinx-doc/
- pip install --upgrade pip
- pip install -r requirements.txt
- cd sphinx-doc/
- pip install -r requirements_sphinx.txt
- make html
- cp -r _build/html ../public
......
......@@ -10,6 +10,7 @@ Click==7.0
commonmark==0.9.1
cycler==0.10.0
decorator==4.4.2
dios==0.6.0
docutils==0.16
dtw==1.4.0
idna==2.10
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment