Commit Graph

273 Commits

Author SHA1 Message Date
Georg Brandl
7073a5bd2c The new `latex_additional_files` config value can be used to
copy files (that Sphinx doesn't copy automatically, e.g. if they
are referenced in custom LaTeX added in ``latex_elements``) to
the build directory.
2009-02-20 11:20:15 +01:00
Georg Brandl
a07e7ad534 #62: There is now a `-w` option for sphinx-build that writes
warnings to a file, in addition to stderr.
2009-02-20 11:01:46 +01:00
Georg Brandl
4c81b055c8 Added an `only` directive that can selectively include text
based on enabled "tags".  Tags can be given on the command
line.  Also, the current builder output format (e.g. "html" or
"latex") is always a defined tag.
2009-02-19 21:56:34 +01:00
Georg Brandl
d4f5796f3b The HTML builder now stores a small file named `.buildinfo` in
its output directory.  It stores a hash of config values that
can be used to determine if a full rebuild needs to be done (e.g.
after changing ``html_theme``).
2009-02-19 16:15:36 +01:00
Georg Brandl
2dff2e3bfa Add DirectoryHTMLBuilder (contributed as PrettyHTMLBuilder by Will Maier). 2009-02-19 00:07:47 +01:00
Georg Brandl
298ea6ea5b SVG images are now supported in HTML (via `<object> and <embed>` tags). 2009-02-18 00:52:12 +01:00
Georg Brandl
487fdb2b96 Add changelog entry for r1123. 2009-02-18 00:35:33 +01:00
Georg Brandl
f513c0e99b Add changelog entries. 2009-02-17 22:11:17 +01:00
Georg Brandl
905ed46696 There is now a `-W` option for sphinx-build that turns warnings into errors.
^
2009-02-17 19:19:09 +01:00
Georg Brandl
03a9656c72 merge with 0.5 2009-02-17 18:59:47 +01:00
Georg Brandl
071756377a Don't output system messages while resolving, because they would stay in the doctrees even if keep_warnings is false. 2009-02-17 18:57:51 +01:00
Georg Brandl
55fde211f7 merge with 0.5 2009-02-17 18:34:22 +01:00
Georg Brandl
3984c0f05c #82: Determine the correct path for dependencies noted by
docutils.  This fixes behavior where a source with dependent
files was always reported as changed.
2009-02-17 18:33:48 +01:00
Georg Brandl
94c5b42992 Note incompatibility about the document block. 2009-02-16 09:13:49 +01:00
Georg Brandl
d5ea00899c Change html_collapse_toctree setting to an argument of the toctree() callable. 2009-02-16 00:08:08 +01:00
Georg Brandl
8e088876cf Theming docs, part 1. 2009-02-15 10:45:46 +01:00
Georg Brandl
1219e3e73a merge with main 2009-02-14 23:25:30 +01:00
Georg Brandl
66609e8165 merge with 0.5 2009-02-14 20:19:16 +01:00
Georg Brandl
33bed1ef6b Recognize toctree directives that are not on section toplevel,
but within block items, such as tables.
2009-02-14 20:19:01 +01:00
Georg Brandl
06b32a712f Image paths can now be absolute (like `/images/foo.png`).
They are treated as relative to the top source directory.
2009-02-14 15:29:18 +01:00
Georg Brandl
143cf90787 Add Finnish translation by Jukka Inkeri. 2009-02-14 15:09:45 +01:00
Georg Brandl
c09bf1ad85 merge with 0.5 2009-02-12 12:53:48 +01:00
Georg Brandl
5250c2efa9 Use a new RFC base URL, since rfc.org seems down. 2009-02-12 12:15:26 +01:00
Georg Brandl
361ed69a3a Don't call LaTeX or dvipng over and over again if it was not
found once, and use text-only latex as a substitute in that case.
2009-02-07 20:55:27 +01:00
Georg Brandl
0b34fa7ef3 merge 2009-02-07 20:21:02 +01:00
Georg Brandl
92033eb477 Fix problems with footnotes in the LaTeX output. 2009-02-07 20:20:08 +01:00
Georg Brandl
26ae3f01aa Add a rst_epilog setting, usable for global substitutions. 2009-02-07 19:41:10 +01:00
Georg Brandl
d60aadc13d Added a `toctree` variable to the templates, and the ability to
The new ``html_collapse_toctree`` config value can be used to
"collapse" the generated toctree given to the templates.
2009-02-07 14:13:13 +01:00
Georg Brandl
9517595c70 Add Ukrainian translation, by Stoune. 2009-02-06 17:50:24 +01:00
Armin Ronacher
4f21cce12e Merge 2009-02-01 20:51:16 +01:00
Georg Brandl
4e3c3a43fc The new `trim_footnote_reference_space` config value mirrors
the docutils config value of the same name and removes the
space before a footnote reference that is necessary for reST
to recognize the reference.
2009-01-26 23:38:02 +01:00
Georg Brandl
e65fafb396 merge with 0.5 2009-01-26 23:11:55 +01:00
Georg Brandl
54c5eb4db0 Prevent double hyphens becoming en-dashes in literal code in the LaTeX output. 2009-01-26 23:11:34 +01:00
Georg Brandl
d1e6119461 merge with trunk 2009-01-26 22:44:38 +01:00
Georg Brandl
257d630c6d merge with 0.5 2009-01-26 22:42:00 +01:00
Georg Brandl
611fcf7112 Open literalinclude files in universal newline mode to allow
arbitrary newline conventions.
2009-01-26 22:41:22 +01:00
Georg Brandl
e974741c74 Added a toctree variable to the templates, and the ability to
include external links in toctrees.

Patch by Stefan Seefeld.
2009-01-26 21:57:15 +01:00
Georg Brandl
781b418360 merge with 0.5 2009-01-24 18:36:11 +00:00
Georg Brandl
e65d9de023 make -Q work 2009-01-24 18:27:19 +00:00
Georg Brandl
bb291e5045 Add add_generic_role(). 2009-01-22 20:01:01 +01:00
Georg Brandl
55c4f5a096 merge with trunk 2009-01-22 19:25:24 +01:00
Armin Ronacher
9f85317530 Autodoc can document classes as functions now if explicitly
marked with `autofunction`.
2009-01-17 01:21:47 +01:00
Georg Brandl
a8756fb4b3 merge with 0.5 2009-01-14 19:39:42 +01:00
Georg Brandl
eefc54baca Fix #86; merged from mq 2009-01-14 19:39:27 +01:00
mq
ab4c11f641 add modindex_common_prefix config value 2009-01-10 21:54:26 +01:00
Georg Brandl
32f6af61ba Add changelog entry for #32. 2009-01-04 22:34:00 +01:00
Georg Brandl
c83d630fd8 Close #52: There is now a `hlist` directive, creating a compact
list by placing distributing items into multiple columns.
2009-01-04 22:00:40 +01:00
Georg Brandl
dd91ce47d5 Add changelog entries for news in pycode branch. 2009-01-04 21:07:25 +01:00
Georg Brandl
6a8b0aa599 merge in 0.5 2009-01-03 11:33:44 +01:00
Georg Brandl
9b48c13ee8 * #81: Write environment and search index in a manner that is safe
from exceptions that occur during dumping.
2009-01-03 11:13:43 +01:00