You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by ri...@apache.org on 2014/12/09 16:48:13 UTC

[7/9] incubator-brooklyn git commit: Minor changes to docs build

Minor changes to docs build

Add #ruby line to Gemfile so that current versions of rvm detect a
known-good Ruby version and a gemset. Modify _config.yml to exclude some
source code files from the built site.


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/9980f853
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/9980f853
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/9980f853

Branch: refs/heads/0.7.0-M2-incubating
Commit: 9980f8533418fa0d676b241a637aa1e705a91f20
Parents: afc4286
Author: Richard Downer <ri...@apache.org>
Authored: Mon Dec 8 16:36:39 2014 +0000
Committer: Richard Downer <ri...@apache.org>
Committed: Tue Dec 9 14:34:09 2014 +0000

----------------------------------------------------------------------
 docs/Gemfile     | 1 +
 docs/_config.yml | 1 +
 2 files changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/9980f853/docs/Gemfile
----------------------------------------------------------------------
diff --git a/docs/Gemfile b/docs/Gemfile
index d2b4450..99a2d5a 100644
--- a/docs/Gemfile
+++ b/docs/Gemfile
@@ -17,6 +17,7 @@
 # under the License.
 #
 
+#ruby=ruby-2.1.2
 #ruby-gemset=brooklyn-docs
 
 source 'https://rubygems.org'

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/9980f853/docs/_config.yml
----------------------------------------------------------------------
diff --git a/docs/_config.yml b/docs/_config.yml
index 0c778b4..cb21cb3 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -16,6 +16,7 @@
 # specific language governing permissions and limitations
 # under the License.
 #
+exclude: [ LICENSE.txt, Gemfile, Gemfile.lock ]
 markdown: rdiscount
 brooklyn-version: 0.7.0-M2-incubating # BROOKLYN_VERSION
 brooklyn-snapshot-git-branch: master   # if line above is SNAPSHOT this should point to corresponding git branch (e.g. master, 0.4)