You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/08/12 13:33:08 UTC

[GitHub] [arrow] kszucs opened a new pull request #7941: ARROW-9693: [CI][Docs] Nightly docs build fails

kszucs opened a new pull request #7941:
URL: https://github.com/apache/arrow/pull/7941


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] github-actions[bot] commented on pull request #7941: ARROW-9693: [CI][Docs] Nightly docs build fails

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #7941:
URL: https://github.com/apache/arrow/pull/7941#issuecomment-672886391


   Revision: 92b6dab1ddbdeedadd39cc64ae8a880308a3547c
   
   Submitted crossbow builds: [ursa-labs/crossbow @ actions-479](https://github.com/ursa-labs/crossbow/branches/all?query=actions-479)
   
   |Task|Status|
   |----|------|
   |test-ubuntu-18.04-docs|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-479-azure-test-ubuntu-18.04-docs)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-479-azure-test-ubuntu-18.04-docs)|


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] kou commented on pull request #7941: ARROW-9693: [CI][Docs] Nightly docs build fails

Posted by GitBox <gi...@apache.org>.
kou commented on pull request #7941:
URL: https://github.com/apache/arrow/pull/7941#issuecomment-673319162


   @github-actions crossbow submit test-ubuntu-18.04-docs


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] kou commented on a change in pull request #7941: ARROW-9693: [CI][Docs] Nightly docs build fails

Posted by GitBox <gi...@apache.org>.
kou commented on a change in pull request #7941:
URL: https://github.com/apache/arrow/pull/7941#discussion_r469759276



##########
File path: ci/conda_env_sphinx.yml
##########
@@ -19,6 +19,6 @@
 breathe
 doxygen
 ipython
-# Pinned per ARROW-8340
-sphinx=2.4.4
+# Pinned per ARROW-9693
+sphinx=3.1

Review comment:
       ```suggestion
   sphinx=3.1.2
   ```

##########
File path: ci/docker/linux-apt-docs.dockerfile
##########
@@ -68,11 +68,12 @@ RUN wget -q -O - https://deb.nodesource.com/setup_${node}.x | bash - && \
     apt-get clean && \
     rm -rf /var/lib/apt/lists/*
 
+# Sphinx is pinned because of ARROW-9693
 RUN pip install \
         meson \
         breathe \
         ipython \
-        sphinx \
+        sphinx==3.1 \

Review comment:
       ```suggestion
           sphinx==3.1.2 \
   ```




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] github-actions[bot] commented on pull request #7941: ARROW-9693: [CI][Docs] Nightly docs build fails

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #7941:
URL: https://github.com/apache/arrow/pull/7941#issuecomment-673329095


   Revision: 23849a08ea99a7ae09a37bcde3f63e27f9cefc9d
   
   Submitted crossbow builds: [ursa-labs/crossbow @ actions-482](https://github.com/ursa-labs/crossbow/branches/all?query=actions-482)
   
   |Task|Status|
   |----|------|
   |test-ubuntu-18.04-docs|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-482-azure-test-ubuntu-18.04-docs)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-482-azure-test-ubuntu-18.04-docs)|


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] pitrou commented on a change in pull request #7941: ARROW-9693: [CI][Docs] Nightly docs build fails

Posted by GitBox <gi...@apache.org>.
pitrou commented on a change in pull request #7941:
URL: https://github.com/apache/arrow/pull/7941#discussion_r469262766



##########
File path: ci/conda_env_sphinx.yml
##########
@@ -19,6 +19,6 @@
 breathe
 doxygen
 ipython
-# Pinned per ARROW-8340
-sphinx=2.4.4
+# Pinned per ARROW-9693
+sphinx=3.1

Review comment:
       3.1.2?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] kou closed pull request #7941: ARROW-9693: [CI][Docs] Nightly docs build fails

Posted by GitBox <gi...@apache.org>.
kou closed pull request #7941:
URL: https://github.com/apache/arrow/pull/7941


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] github-actions[bot] commented on pull request #7941: ARROW-9693: [CI][Docs] Nightly docs build fails

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #7941:
URL: https://github.com/apache/arrow/pull/7941#issuecomment-672879068


   https://issues.apache.org/jira/browse/ARROW-9693


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] kszucs commented on pull request #7941: ARROW-9693: [CI][Docs] Nightly docs build fails

Posted by GitBox <gi...@apache.org>.
kszucs commented on pull request #7941:
URL: https://github.com/apache/arrow/pull/7941#issuecomment-672873350


   @github-actions crossbow submit test-ubuntu-18.04-docs


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org