[ 
https://issues.apache.org/jira/browse/ARROW-2345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16410606#comment-16410606
 ] 

ASF GitHub Bot commented on ARROW-2345:
---------------------------------------

cpcloud closed pull request #1781: ARROW-2345: [Documentation] Fix bundle exec 
and set sphinx nosidebar to True
URL: https://github.com/apache/arrow/pull/1781
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/dev/run_site/run_site.sh b/dev/run_site/run_site.sh
index 8527b2b16..088eabdda 100755
--- a/dev/run_site/run_site.sh
+++ b/dev/run_site/run_site.sh
@@ -21,4 +21,6 @@ export BUNDLE_PATH=$(pwd)
 export HOME=$(pwd)
 bundle install --path .
 HOST_IP=$(grep $(hostname) /etc/hosts | cut -f 1)
-bundle exec jekyll serve -c _config.yml -s asf-site --host ${HOST_IP} --port 
4000
+pushd asf-site
+bundle exec jekyll serve -c ../_config.yml -s . --host ${HOST_IP} --port 4000
+popd
diff --git a/python/doc/source/conf.py b/python/doc/source/conf.py
index 25e6d5e2d..1e35ef935 100644
--- a/python/doc/source/conf.py
+++ b/python/doc/source/conf.py
@@ -165,7 +165,9 @@
 # further.  For a list of options available for each theme, see the
 # documentation.
 #
-# html_theme_options = {}
+html_theme_options = {
+    'nosidebar': True
+}
 
 # Add any paths that contain custom themes here, relative to this directory.
 html_theme_path = sphinx_bootstrap_theme.get_html_theme_path()


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> [Documentation] Fix bundle exec and set sphinx nosidebar to True
> ----------------------------------------------------------------
>
>                 Key: ARROW-2345
>                 URL: https://issues.apache.org/jira/browse/ARROW-2345
>             Project: Apache Arrow
>          Issue Type: Task
>          Components: Documentation
>    Affects Versions: 0.9.0
>            Reporter: Phillip Cloud
>            Assignee: Phillip Cloud
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.10.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to