You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ko...@apache.org on 2019/04/01 21:15:45 UTC

[arrow] branch master updated: ARROW-5078: [Documentation] Sphinx is failed by RemovedInSphinx30Warning

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 56d5d23  ARROW-5078: [Documentation] Sphinx is failed by RemovedInSphinx30Warning
56d5d23 is described below

commit 56d5d23cf418c71b04fe779fffb77c35f5acc1ba
Author: Krisztián Szűcs <sz...@gmail.com>
AuthorDate: Tue Apr 2 06:15:26 2019 +0900

    ARROW-5078: [Documentation] Sphinx is failed by RemovedInSphinx30Warning
    
    Author: Krisztián Szűcs <sz...@gmail.com>
    
    Closes #4090 from kszucs/ARROW-5078 and squashes the following commits:
    
    61353009 <Krisztián Szűcs> change pin
    5d265d3e <Krisztián Szűcs> pin sphinx
---
 ci/conda_env_sphinx.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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