Skip to content

Commit

Permalink
lock sphinx version due to problem with 3.2.0
Browse files Browse the repository at this point in the history
the problem was fixed here: sphinx-doc/sphinx#8084
but that is not yet released
  • Loading branch information
greglandrum committed Aug 12, 2020
1 parent daf78eb commit 74278fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines/linux_build.yml
Expand Up @@ -9,7 +9,7 @@ steps:
boost-cpp=$(boost_version) boost=$(boost_version) \
py-boost=$(boost_version) \
numpy matplotlib pillow eigen pandas \
sphinx recommonmark jupyter
sphinx=3.1.2 recommonmark jupyter
conda activate rdkit_build
conda install -c rdkit nox cairo=1.14.6
displayName: Setup build environment
Expand Down
2 changes: 1 addition & 1 deletion .azure-pipelines/mac_build.yml
Expand Up @@ -21,7 +21,7 @@ steps:
boost-cpp=$(boost_version) boost=$(boost_version) \
py-boost=$(boost_version) libboost=$(boost_version) \
numpy matplotlib cairo pillow eigen pandas \
sphinx recommonmark jupyter
sphinx=3.1.2 recommonmark jupyter
displayName: Setup build environment
- bash: |
source ${CONDA}/etc/profile.d/conda.sh
Expand Down
2 changes: 1 addition & 1 deletion .azure-pipelines/vs_build.yml
Expand Up @@ -8,7 +8,7 @@ steps:
boost-cpp=$(boost_version) boost=$(boost_version) ^
py-boost=$(boost_version) libboost=$(boost_version) ^
numpy matplotlib cairo pillow eigen pandas ^
sphinx recommonmark jupyter
sphinx=3.1.2 recommonmark jupyter
displayName: Install dependencies
- script: |
set Boost_ROOT=
Expand Down

0 comments on commit 74278fb

Please sign in to comment.