From f4e8741b6c5438e63e8ad847feea6ee2f906f51d Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 17 Oct 2011 20:18:26 -0400 Subject: [PATCH] fix rendering under sphinx 1.1 (the *actual* fix is moving the glossary entries one character to the left, the rest is just warning cleanups) --- .gitignore | 3 ++- conf.py | 5 +++++ glossary.rst | 13 +++++++------ index.rst | 9 +++++++++ 4 files changed, 23 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 9c5f578..a937171 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -_build \ No newline at end of file +_build +env*/ diff --git a/conf.py b/conf.py index cce4032..d877185 100644 --- a/conf.py +++ b/conf.py @@ -60,6 +60,11 @@ # searched for source files. #exclude_dirs = [] +# List of patterns, relative to source directory, that match files and +# directories to ignore when looking for source files. +exclude_patterns = ['_themes/README.rst', 'docs/pyramid_install.rst', + 'docs/pyramid_quick_tutorial.rst'] + # The reST default role (used for this markup: `text`) to use for all # documents. #default_role = None diff --git a/glossary.rst b/glossary.rst index a7f2773..8cb32a5 100644 --- a/glossary.rst +++ b/glossary.rst @@ -6,10 +6,11 @@ Glossary .. glossary:: :sorted: - Pylons Project - The main Pylons Project website + Pylons Project + The main Pylons Project website + + Pyramid + A `web framework + `_ under + the Pylons Project. - Pyramid - A `web framework - `_ under - the Pylons Project. diff --git a/index.rst b/index.rst index c1df46a..eaaceb3 100644 --- a/index.rst +++ b/index.rst @@ -122,3 +122,12 @@ Don't worry, none of these are actually true. We swear! denials/pyramid +.. add glossary, foreword, and latexindex in a hidden toc to avoid warnings + +.. toctree:: + :hidden: + + glossary + README + +