added pip install sphinx_rtd_theme

This commit is contained in:
Richard Hartmann 2016-11-15 15:40:25 +01:00
parent fdf8093cc8
commit d1805b5d77

View file

@ -30,6 +30,7 @@ script:
after_success:
- bash <(curl -s https://codecov.io/bash)
- pip install sphinx
- pip install sphinx_rtd_theme
- cd doc
- openssl aes-256-cbc -K $encrypted_b45fa9d06fcb_key -iv $encrypted_b45fa9d06fcb_iv -in deploy_key.enc -out deploy_key -d
- chmod 600 deploy_key