diff --git a/docs/Gemfile b/docs/Gemfile index a092f108919..e0f799a89e2 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -1,7 +1,6 @@ source 'https://rubygems.org' -# Enable for local development -#gem 'github-pages', group: :jekyll_plugins +gem 'github-pages', group: :jekyll_plugins gem "just-the-docs" gem "webrick", "~> 1.7" \ No newline at end of file diff --git a/docs/_config.yml b/docs/_config.yml index 96b7f99b354..4c210d35cbd 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1,5 +1,5 @@ include: ['CONTRIBUTING.md'] -theme: just-the-docs +# theme: just-the-docs remote_theme: just-the-docs/just-the-docs color_scheme: akamai favicon_ico: '/assets/images/favicon.ico'