Commit Graph

83 Commits

Author SHA1 Message Date
Georg Brandl
2b0e015fcc Add html-page-context event for customizing the template context. 2008-05-31 16:14:36 +00:00
Georg Brandl
2dfad25fd0 Oops. 2008-05-31 15:45:09 +00:00
Georg Brandl
f8345519a5 Handle raw admonition nodes in latex output. 2008-05-30 20:07:43 +00:00
Georg Brandl
0cf8cc2c5d Provide rest "class" directive as "cssclass". 2008-05-24 19:29:20 +00:00
Georg Brandl
02b529bf52 Add html_short_title and html_show_sphinx config values. 2008-05-24 18:03:56 +00:00
Georg Brandl
316d9e3e88 Support citation nodes in latex writer. 2008-05-24 16:45:52 +00:00
Georg Brandl
28c3199018 Allow subdirs in html_static_path. 2008-05-24 16:40:11 +00:00
Georg Brandl
5eaf2eb29a Add exclude_trees config value. 2008-05-24 16:28:06 +00:00
Georg Brandl
d7fcfb76f8 #2904: fix :func:title <target> behavior. 2008-05-24 16:18:54 +00:00
Georg Brandl
1d963f682d Use binary TOC in HTML help. 2008-05-23 14:11:53 +00:00
Georg Brandl
e93f22e84e Add html_use_index flag. 2008-05-23 14:01:53 +00:00
Georg Brandl
62b8028842 Don't write SSI-like comments.
Rename sidebar to sphinxsidebar so that reST sidebars are not confused.
2008-05-23 13:54:50 +00:00
Georg Brandl
85ab5bf4a4 Handle project names with spaces. 2008-05-23 13:47:34 +00:00
Georg Brandl
a72511e770 Fix determination of title in HTML help. 2008-05-23 13:41:14 +00:00
Georg Brandl
3af5caf46c #2794: Handle figure directive in LaTeX. 2008-05-16 13:36:49 +00:00
Georg Brandl
bf8ace9d2f Fix the LaTeX output of description units with multiple signatures. 2008-05-06 21:53:21 +00:00
Georg Brandl
0bcc9d4655 Minor enhancements to generate_rst. 2008-05-06 18:23:36 +00:00
Armin Ronacher
6e0c582a7b added support for explicit signatures in callables 2008-05-06 18:07:17 +00:00
Georg Brandl
cc6b4ee1ec Add html_file_suffix value. 2008-05-06 14:25:29 +00:00
Georg Brandl
356d5f6ed7 Release preparation. 2008-05-06 07:23:08 +00:00
Georg Brandl
de0bd87731 Support all rst admonitions in LaTeX. 2008-05-06 07:21:46 +00:00
Georg Brandl
9fc2a9b7ad Add `toctree_only` feature to LaTeX builder. 2008-05-04 21:35:03 +00:00
Georg Brandl
3761223d85 * Support for C class names (and const specifiers).
* Fix handling of describe environment.
2008-05-04 17:55:35 +00:00
Georg Brandl
548cdc858a Add globbing-style toctree entries. 2008-05-04 16:57:15 +00:00
Georg Brandl
d93b236545 #2726: allow selecting what gets inserted into an autoclass directive. 2008-05-04 09:37:37 +00:00
Georg Brandl
e23435f4d5 Fix footnote handling with paragraphs. 2008-05-04 07:47:16 +00:00
Georg Brandl
c00189b04a Remove hard-coded "documentation" from HTML help output. 2008-05-04 07:07:48 +00:00
Georg Brandl
498baebf5a Changelog entry. 2008-05-03 20:48:54 +00:00
Georg Brandl
06b9960719 Fix OpenSearch description generation. 2008-05-03 20:15:25 +00:00
Georg Brandl
5caa6d01c5 * New LaTeX table handling.
* Support parts in LaTeX output.
2008-05-03 18:14:13 +00:00
Armin Ronacher
72276a2dc2 autodoc detects descriptors properly now 2008-05-02 18:19:54 +00:00
Georg Brandl
3a84835f9e Changelog entry. 2008-05-02 10:33:44 +00:00
Georg Brandl
4d6f1f1a5c Encode non-ASCII as HTML entities in HTML help files. 2008-05-02 09:52:34 +00:00
Georg Brandl
7ad49d5756 Add exclude_dirs config value. 2008-05-02 09:15:59 +00:00
Georg Brandl
ea5f9d7de7 Allow any master document structure when writing the HTML help contents file. 2008-05-02 09:00:09 +00:00
Armin Ronacher
2e96cea026 pygments_style can be an import path now 2008-04-28 13:22:14 +00:00
Georg Brandl
47f0113778 Release preparation. 2008-04-27 20:08:05 +00:00
Georg Brandl
20b6be23e9 Fix a bug where smartypants was used for attribute values. 2008-04-27 19:53:27 +00:00
Georg Brandl
262edb1413 Add logo options, add blocks to sidebar. 2008-04-27 19:43:45 +00:00
Georg Brandl
a7d088d75b Add OpenSearch capability. 2008-04-27 18:08:55 +00:00
Georg Brandl
bd50766a78 Some enhancements to sphinx.sty, mostly by Gael Varoquaux. 2008-04-27 16:21:04 +00:00
Georg Brandl
5fa51aa5a0 Follow links when searching documents and document changes from Armin. 2008-04-27 15:48:24 +00:00
Georg Brandl
a34cb429cc Create a sensible default latex_documents setting. 2008-04-21 16:14:16 +00:00
Georg Brandl
2fbb5bb523 Add changelog entry. 2008-04-20 15:08:39 +00:00
Georg Brandl
d957979dd4 Implement option lists. 2008-04-20 14:58:50 +00:00
Georg Brandl
ec04b2f4ff * Use a customizable title for the docs.
* Fix up the clumsy index template handling.
2008-04-19 21:28:24 +00:00
Georg Brandl
ae8813c788 Add new templating API, remove Jinja external and add it to setup.py dependencies. 2008-04-13 18:16:55 +00:00
Georg Brandl
9e485e078e Support `currentmodule` directive, for docs that spread documentation
for a module's contents over multiple files.
2008-04-13 17:57:14 +00:00
Georg Brandl
be080234bb Support Sphinx.add_transform(). 2008-04-13 08:20:11 +00:00
Georg Brandl
a011d3ae6c Fix class constructor signature, and class name display for members. 2008-04-12 21:23:35 +00:00