From 5eabda1a1f791d83b79c85776bedc22206b84a13 Mon Sep 17 00:00:00 2001 From: Senthil Kumaran Date: Wed, 25 Dec 2013 22:46:27 -0800 Subject: [PATCH] Updated configuration and gitignore --- .gitignore | 1 + source/_templates/index.html | 4 ---- source/conf.py | 2 +- 3 files changed, 2 insertions(+), 5 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..567609b1 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +build/ diff --git a/source/_templates/index.html b/source/_templates/index.html index b49521f6..bd246496 100644 --- a/source/_templates/index.html +++ b/source/_templates/index.html @@ -1,8 +1,4 @@ {# {% extends "layout.html" %} #} {% set title = 'Uthcode' %} {% block body %} -

-

welcome

- Foo - Bar {% endblock %} diff --git a/source/conf.py b/source/conf.py index 555cc090..9067c4b8 100644 --- a/source/conf.py +++ b/source/conf.py @@ -142,7 +142,7 @@ # Custom sidebar templates, maps document names to template names. #html_sidebars = {'index': ['indexsidebar.html', 'searchbox.html']} -html_additional_pages = {'index': 'index.html', 'foo' : 'foo.html', 'bar': 'bar.html'} +#html_additional_pages = {'index': 'index.html', 'foo' : 'foo.html', 'bar': 'bar.html'} # Additional templates that should be rendered to pages, maps page names to # template names.