Skip to content

Commit

Permalink
enforce recommonmark version (#383)
Browse files Browse the repository at this point in the history
Workaround for bug readthedocs/recommonmark#130
  • Loading branch information
CountBacula authored Apr 23, 2019
1 parent 2b80248 commit 0ebabf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ before_install:
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then openssl aes-256-cbc -K $encrypted_8cdc3d1850ac_key -iv $encrypted_8cdc3d1850ac_iv -in deploy_key.enc -out deploy_key -d; fi'
install:
- pip install Sphinx===1.6.6
- pip install recommonmark
- pip install recommonmark==0.4.0
- pip install sphinxcontrib.youtube
script:
- ./tests.sh
Expand Down

0 comments on commit 0ebabf1

Please sign in to comment.