Skip to content

Commit

Permalink
ARROW-8340: [Documentation] Remove the old Sphinx pin
Browse files Browse the repository at this point in the history
Remove the pin for `Sphinx` in `requirements.txt`. The documentation builds successfully with `Sphinx` version 4.3.1.

Closes #11878 from AlenkaF/ARROW-8340

Lead-authored-by: Alenka Frim <frim.alenka@gmail.com>
Co-authored-by: Alenka Frim <AlenkaF@users.noreply.github.com>
Signed-off-by: Krisztián Szűcs <szucs.krisztian@gmail.com>
  • Loading branch information
2 people authored and kszucs committed Dec 13, 2021
1 parent 972588e commit 3f7f245
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
!ci/**
!c_glib/Gemfile
!dev/archery/setup.py
!docs/requirements*.txt
!python/requirements*.txt
!python/manylinux1/**
!python/manylinux2010/**
Expand Down
9 changes: 2 additions & 7 deletions ci/docker/linux-apt-docs.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,8 @@ RUN wget -q -O - https://deb.nodesource.com/setup_${node}.x | bash - && \
rm -rf /var/lib/apt/lists/* && \
npm install -g yarn

RUN pip install \
breathe \
ipython \
meson \
pydata-sphinx-theme \
sphinx-tabs \
sphinx>=4.2
COPY docs/requirements.txt /arrow/docs/
RUN pip install -r arrow/docs/requirements.txt meson

COPY c_glib/Gemfile /arrow/c_glib/
RUN gem install --no-document bundler && \
Expand Down
6 changes: 5 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
#
# Note: keep this file in sync with conda_env_sphinx.txt !
#

breathe
ipython
numpydoc
sphinx==2.4.4
pydata-sphinx-theme
sphinx-tabs
sphinx>=4.2

0 comments on commit 3f7f245

Please sign in to comment.