diff options
| author | Georg Brandl <georg@python.org> | 2010-08-05 13:39:23 +0200 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2010-08-05 13:39:23 +0200 |
| commit | 6df4ce4445517da55db5dfba4f139d8d2cd591ae (patch) | |
| tree | 1172a7da36e6a8e4862e881d5bff10535676ee50 /doc/config.rst | |
| parent | 50e8b6ac9e4bda6a1131fe34648259f0be807c0d (diff) | |
| download | sphinx-6df4ce4445517da55db5dfba4f139d8d2cd591ae.tar.gz | |
#481, #482: fix ``.name`` reference matching.
#482: When doing a non-exact search, match only the given type of object.
#481: Apply non-exact search for Python reference targets with ``.name`` for modules too.
Diffstat (limited to 'doc/config.rst')
| -rw-r--r-- | doc/config.rst | 21 |
1 files changed, 5 insertions, 16 deletions
diff --git a/doc/config.rst b/doc/config.rst index bf8ad3c2..e0fbeb46 100644 --- a/doc/config.rst +++ b/doc/config.rst @@ -346,12 +346,12 @@ Project information A boolean that decides whether module names are prepended to all :term:`object` names (for object types where a "module" of some kind is - defined), e.g. for :rst:dir:`function` directives. Default is ``True``. + defined), e.g. for :rst:dir:`py:function` directives. Default is ``True``. .. confval:: show_authors - A boolean that decides whether :rst:dir:`moduleauthor` and :rst:dir:`sectionauthor` - directives produce any output in the built files. + A boolean that decides whether :rst:dir:`codeauthor` and + :rst:dir:`sectionauthor` directives produce any output in the built files. .. confval:: modindex_common_prefix @@ -388,6 +388,8 @@ Options for HTML output These options influence HTML as well as HTML Help output, and other builders that use Sphinx' HTMLWriter class. +.. XXX document html_context + .. confval:: html_theme The "theme" that the HTML output should use. See the :doc:`section about @@ -553,19 +555,6 @@ that use Sphinx' HTMLWriter class. This will render the template ``customdownload.html`` as the page ``download.html``. - .. note:: - - Earlier versions of Sphinx had a value called :confval:`html_index` which - was a clumsy way of controlling the content of the "index" document. If - you used this feature, migrate it by adding an ``'index'`` key to this - setting, with your custom template as the value, and in your custom - template, use :: - - {% extend "defindex.html" %} - {% block tables %} - ... old template content ... - {% endblock %} - .. confval:: html_domain_indices If true, generate domain-specific indices in addition to the general index. |
