Skip to content

Commit

Permalink
Pin the version of Sphinx to see if that fixes the MarkupSafe issue
Browse files Browse the repository at this point in the history
  • Loading branch information
TwistedTwigleg committed May 3, 2023
1 parent 5ab1d3e commit b047418
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion codebuild/linux-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit b047418

Please sign in to comment.