This is an automated email from the ASF dual-hosted git repository.

kou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new 621d649  Fix Travis-CI doc build failure [skip appveyor] (#4205)
621d649 is described below

commit 621d649059589f6a819fdc3dfe6798f0a5ae2cf9
Author: Antoine Pitrou <anto...@python.org>
AuthorDate: Fri Apr 26 03:34:50 2019 +0200

    Fix Travis-CI doc build failure [skip appveyor] (#4205)
---
 ci/conda_env_sphinx.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/ci/conda_env_sphinx.yml b/ci/conda_env_sphinx.yml
index dbe9003..af6b407 100644
--- a/ci/conda_env_sphinx.yml
+++ b/ci/conda_env_sphinx.yml
@@ -19,6 +19,5 @@
 breathe
 doxygen
 ipython
-# TODO(kszucs): remove this pin after breathe supports sphinx 2
-sphinx<2
+sphinx
 sphinx_rtd_theme

Reply via email to