From 74278fb8008b102feb77b96e7a26846a2a79f65f Mon Sep 17 00:00:00 2001 From: greg landrum Date: Wed, 12 Aug 2020 11:01:01 +0200 Subject: [PATCH] lock sphinx version due to problem with 3.2.0 the problem was fixed here: https://github.com/sphinx-doc/sphinx/issues/8084 but that is not yet released --- .azure-pipelines/linux_build.yml | 2 +- .azure-pipelines/mac_build.yml | 2 +- .azure-pipelines/vs_build.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.azure-pipelines/linux_build.yml b/.azure-pipelines/linux_build.yml index 1e50586379..f402b8c3d1 100644 --- a/.azure-pipelines/linux_build.yml +++ b/.azure-pipelines/linux_build.yml @@ -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 diff --git a/.azure-pipelines/mac_build.yml b/.azure-pipelines/mac_build.yml index e25fb1800d..737ae05194 100644 --- a/.azure-pipelines/mac_build.yml +++ b/.azure-pipelines/mac_build.yml @@ -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 diff --git a/.azure-pipelines/vs_build.yml b/.azure-pipelines/vs_build.yml index 6e078ca01b..2382c508e7 100644 --- a/.azure-pipelines/vs_build.yml +++ b/.azure-pipelines/vs_build.yml @@ -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=