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

cpcloud 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 0c8d164  ARROW-2345: [Documentation] Fix bundle exec and set sphinx 
nosidebar to True
0c8d164 is described below

commit 0c8d16405ebff643ede08b550605b41bc307701e
Author: Phillip Cloud <[email protected]>
AuthorDate: Thu Mar 22 20:14:21 2018 -0400

    ARROW-2345: [Documentation] Fix bundle exec and set sphinx nosidebar to True
    
    Author: Phillip Cloud <[email protected]>
    
    Closes #1781 from cpcloud/ARROW-2345 and squashes the following commits:
    
    a0ce689f <Phillip Cloud> ARROW-2345:  Fix bundle exec and set sphinx 
nosidebar to True
---
 dev/run_site/run_site.sh  | 4 +++-
 python/doc/source/conf.py | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/dev/run_site/run_site.sh b/dev/run_site/run_site.sh
index 8527b2b..088eabd 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 25e6d5e..1e35ef9 100644
--- a/python/doc/source/conf.py
+++ b/python/doc/source/conf.py
@@ -165,7 +165,9 @@ html_theme = 'bootstrap'
 # 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()

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to