Skip to content

Commit

Permalink
chore: Pin sphinx version in documentation builder (#286)
Browse files Browse the repository at this point in the history
Closes #284.
  • Loading branch information
paleolimbot authored Aug 22, 2023
1 parent 7fecddf commit 7f1e8df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion ci/docker/ubuntu.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ RUN apt-get install -y -V ca-certificates lsb-release wget && \
apt-get install -y -V libarrow-dev

# For documentation build + Python build
RUN pip3 install pydata-sphinx-theme sphinx breathe build Cython numpy pytest pyarrow
# Note: sphinx can be unpinned when the interaction between sphinx and breathe
# has been sorted: https://github.com/sphinx-doc/sphinx/issues/11605
RUN pip3 install pydata-sphinx-theme "sphinx<7.2.0" breathe build Cython numpy pytest pyarrow

# For R. Note that we install arrow here so that the integration tests for R run
# in at least one test image.
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
# under the License.

pydata-sphinx-theme
sphinx
sphinx<7.2.0
breathe

0 comments on commit 7f1e8df

Please sign in to comment.