Skip to content

Commit

Permalink
Fix sphinx version (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oscar Torreno authored Apr 4, 2019
1 parent 7153347 commit 4613937
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .CI/travis/install_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ sudo pip3 install conan==1.6.1

if ! [[ -z "${TRAVIS_TAG}" ]]; then
sudo apt-get install -y doxygen graphviz
sudo pip3 install sphinx breathe sphinx_rtd_theme
sudo pip3 install sphinx==1.8.3 breathe sphinx_rtd_theme
fi

# Installing library dependencies with conan
Expand Down
2 changes: 1 addition & 1 deletion .CI/travis/install_osx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pip${PYTHON_VERSION} install conan

if ! [[ -z "${TRAVIS_TAG}" ]]; then
brew install doxygen graphviz
pip${PYTHON_VERSION} install sphinx breathe sphinx_rtd_theme
pip${PYTHON_VERSION} install sphinx==1.8.3 breathe sphinx_rtd_theme
fi

# Installing library dependencies with conan
Expand Down

0 comments on commit 4613937

Please sign in to comment.