Skip to content

Commit e0c5dad

Browse files
ARROW-12188: [Docs] Switch to pydata-sphinx-theme for the main sphinx docs
Closes #9876 from jorisvandenbossche/ARROW-12188-docs-theme Authored-by: Joris Van den Bossche <[email protected]> Signed-off-by: Joris Van den Bossche <[email protected]>
1 parent e8db13c commit e0c5dad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/conda_env_sphinx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ doxygen
2121
ipython
2222
# Pinned per ARROW-9693
2323
sphinx=3.1.2
24-
sphinx_rtd_theme
24+
pydata-sphinx-theme

ci/docker/linux-apt-docs.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ RUN pip install \
7979
breathe \
8080
ipython \
8181
sphinx \
82-
sphinx_rtd_theme
82+
pydata-sphinx-theme
8383

8484
COPY c_glib/Gemfile /arrow/c_glib/
8585
RUN gem install --no-document bundler && \

0 commit comments

Comments
 (0)