We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e0e7f6e + 0ece950 commit 37242a9Copy full SHA for 37242a9
.travis.yml
@@ -58,7 +58,7 @@ before_deploy:
58
- conda update --yes conda
59
- conda install --yes sphinx
60
- pip install breathe sphinx_rtd_theme
61
- - patch -u $HOME/anaconda/lib/python3.6/site-packages/breathe/renderer/sphinxrenderer.py docs/sphinxrenderer.py.patch
+ - patch -u $HOME/anaconda/lib/python3.6/site-packages/breathe/renderer/sphinxrenderer.py < docs/sphinxrenderer.py.patch
62
- cd docs && sh ./deploy_docs.sh && cd -
63
- mkdir packages
64
- tar czvf packages/releases-v${LIME_VERSION}.tar.gz $(ls -I packages)
0 commit comments