From 7d4ce97ec3d7434aea6282741534a3c4d94fb975 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Tue, 17 Jun 2008 10:06:37 +0000 Subject: [PATCH] Add default_role configuration value. --- CHANGES | 3 +++ TODO | 6 ++---- doc/config.rst | 12 ++++++++++++ doc/markup/inline.rst | 7 +++++++ sphinx/config.py | 1 + sphinx/environment.py | 14 +++++++++++++- sphinx/quickstart.py | 3 +++ sphinx/roles.py | 8 ++++++-- 8 files changed, 47 insertions(+), 7 deletions(-) diff --git a/CHANGES b/CHANGES index 566660982..b206d5c45 100644 --- a/CHANGES +++ b/CHANGES @@ -7,6 +7,9 @@ New features added * ``tocdepth`` can be given as a file-wide metadata entry, and specifies the maximum depth of a TOC of this file. +* The new config value `default_role` can be used to select the + default role for all documents. + * HTML output: - The "previous" and "next" links have a more logical structure, so diff --git a/TODO b/TODO index 910563bcd..619c21230 100644 --- a/TODO +++ b/TODO @@ -1,9 +1,7 @@ -Global TODO +Sphinx TODO =========== -Sphinx -****** - +- remove redundant