Commit Graph

39 Commits

Author SHA1 Message Date
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
Georg Brandl
a3aabab9f2 Don't check __module__ for explicitly given members. 2008-04-12 21:10:33 +00:00
Georg Brandl
11f63acd22 Fix :term:title <target>, and make giving multiple cmdoptions possible. 2008-04-07 05:19:26 +00:00
Georg Brandl
61b697514c Don't use os.path for HTML pathnames. 2008-04-06 19:05:13 +00:00
Georg Brandl
ea2f87fc03 Allow the config to act as an extension. 2008-04-06 17:38:55 +00:00
Georg Brandl
b016896c1c Don't swallow toc entries when resolving subtrees. 2008-04-06 16:47:28 +00:00
Georg Brandl
b8369b5c81 Allow new titles in the toctree. 2008-03-30 06:36:20 +00:00
Georg Brandl
5fe73576a5 Support app.add_crossref_type(). 2008-03-28 18:45:32 +00:00
Georg Brandl
5b0232ad43 Update Changelog. 2008-03-26 15:34:47 +00:00
Georg Brandl
8125b6b2af Add release info. 2008-03-26 13:13:42 +00:00
Georg Brandl
0e1befa4a9 Several fixes in the latex processing. 2008-03-26 12:16:59 +00:00
Georg Brandl
61849627d9 Add fncychap.sty; add clean target. 2008-03-25 20:49:51 +00:00
Georg Brandl
7a4cfd3d05 Rename static to _static and consistently name _sources. 2008-03-25 18:32:23 +00:00
Georg Brandl
8057b0f80e Rebuild all HTML files in case of a template change.
Also, record image docnames in order to be able to delete image records from the env.
2008-03-25 15:22:25 +00:00
Georg Brandl
ba47f283f6 Support the image directive. 2008-03-25 12:32:03 +00:00
Georg Brandl
649ce723c1 * setup: On Python 2.4, don't egg-depend on docutils if a docutils is
already installed -- else it will be overwritten.
2008-03-25 11:01:28 +00:00
Georg Brandl
e212d0a0b1 * sphinx.builder: Handle unavailability of TOC relations (previous/
next chapter) more gracefully in the HTML builder.
2008-03-25 10:36:39 +00:00
Georg Brandl
6433cca6a8 Record deps from autodoc. 2008-03-25 10:31:13 +00:00
Georg Brandl
10e231bf12 Add a dependency system for handling .. include, .. literalinclude
and later .. image dependencies.
2008-03-25 10:16:51 +00:00
Georg Brandl
59a60d5e9f Release preparation. 2008-03-24 09:43:00 +00:00
Georg Brandl
93d39ac065 Don't error out on reading an empty file. 2008-03-24 09:42:28 +00:00
Georg Brandl
a9c0a10b78 Add some formatting. 2008-03-23 21:30:58 +00:00
Georg Brandl
5f488517ce Make parsed-literal blocks work as expected. 2008-03-23 21:11:33 +00:00
Georg Brandl
08d86db91c Add changelog entry and docs for builder rename. 2008-03-23 19:40:17 +00:00
Georg Brandl
3135d3802d Add missing commands if Pygments is not installed.
Bug reported by Ondrej Certik.
2008-03-23 19:33:12 +00:00
Georg Brandl
0de9d7db7a Don't try to build copied sources if source suffix is .txt. 2008-03-23 18:26:24 +00:00
Georg Brandl
5dfd70d04d Python #2465: don't create makefile if not prompted to do so. 2008-03-23 17:33:50 +00:00
Georg Brandl
5d272bdd0d Make sphinx compatible with docutils SVN snapshots. 2008-03-23 15:07:15 +00:00
Georg Brandl
9d32eb44d1 Add changelog entry. 2008-03-23 11:32:33 +00:00
Georg Brandl
e0bdea6b28 Render .. automodule:: docstrings in a section node, and
ignore section styles in the document, so that module docstrings
can contain proper sections.
2008-03-23 08:28:14 +00:00
Georg Brandl
696f56479c Add release date. 2008-03-23 06:37:04 +00:00
Georg Brandl
7111855bab Also remove # doctest: directives in presentation output. 2008-03-22 21:21:28 +00:00
Georg Brandl
b82b162729 * sphinx.ext.doctest: Replace <BLANKLINE> in doctest blocks by
real blank lines for presentation output.
* sphinx.environment: Move doctest_blocks out of block_quotes to
  support indented doctest blocks.
2008-03-22 21:10:35 +00:00
Georg Brandl
b53b3f72e2 Add changelog. 2008-03-22 20:44:56 +00:00