From b047418b90b556ee21926f2214f313921fd86c37 Mon Sep 17 00:00:00 2001 From: Noah Beard Date: Wed, 3 May 2023 16:35:28 -0400 Subject: [PATCH] Pin the version of Sphinx to see if that fixes the MarkupSafe issue --- codebuild/linux-integration-tests.yml | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/codebuild/linux-integration-tests.yml b/codebuild/linux-integration-tests.yml index 35c7de973..53fcaecba 100644 --- a/codebuild/linux-integration-tests.yml +++ b/codebuild/linux-integration-tests.yml @@ -13,7 +13,7 @@ phases: commands: - add-apt-repository ppa:ubuntu-toolchain-r/test - apt-get update -y - - apt-get install gcc-7 cmake ninja-build python3 -y + - apt-get install gcc-7 cmake ninja-build python3 python3-pip -y pre_build: commands: - export CC=gcc-7 diff --git a/requirements-dev.txt b/requirements-dev.txt index 84715e477..5ce6ab1d6 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ autopep8 # for code formatting setuptools # for installing from source -sphinx # for building docs +sphinx==6.2.1 # for building docs websockets # for tests wheel # for building wheels