Georg Brandl
|
a1d1f4ee73
|
Only do colors on terminals that support them. #4102.
|
2008-10-16 21:16:28 +00:00 |
|
Georg Brandl
|
8ccd4ace64
|
Role names are case-insensitive. #24.
|
2008-10-16 20:41:05 +00:00 |
|
Georg Brandl
|
b4d0a9dc9a
|
Remove the "ni" environments; they are useless now that index
entries are always inserted separately. Fixes #4132.
|
2008-10-16 20:33:59 +00:00 |
|
Georg Brandl
|
e4306e5f87
|
Escape " to " in HTML help attribute values. #25.
|
2008-10-16 19:48:35 +00:00 |
|
Georg Brandl
|
7e1311e8cf
|
Fold in 0.4.3 changelog.
|
2008-10-16 19:47:08 +00:00 |
|
Georg Brandl
|
516d1a2872
|
Add "source_encoding" config value.
|
2008-10-16 19:21:06 +00:00 |
|
Georg Brandl
|
d7e2a48555
|
Add "source-read" event.
|
2008-10-16 19:04:45 +00:00 |
|
Georg Brandl
|
869df5123b
|
Add cmember role (#3875).
|
2008-09-24 17:09:48 +00:00 |
|
Georg Brandl
|
5e13c56f96
|
#18: put footnotes at the correct location in the LaTeX writer.
|
2008-09-24 16:13:36 +00:00 |
|
Georg Brandl
|
d8de24e1ad
|
Don't overwrite existing sphinx projects from quickstart.
|
2008-09-24 15:46:54 +00:00 |
|
Georg Brandl
|
47ce40c492
|
#16: allow referring to figures without explicit text.
|
2008-09-24 15:36:34 +00:00 |
|
Georg Brandl
|
dfee8188b3
|
Group changelog entries and fix docstring for jsdump.
|
2008-09-24 12:20:41 +00:00 |
|
Georg Brandl
|
3d3bcb00df
|
Rename rellinks to linktags.
|
2008-09-24 11:48:43 +00:00 |
|
Georg Brandl
|
47cc132ff4
|
Add changelog entry about search change.
|
2008-09-24 09:33:21 +00:00 |
|
Georg Brandl
|
d97f2a2c58
|
Allow lexer guessing.
|
2008-09-16 07:49:27 +00:00 |
|
Georg Brandl
|
f7fcd04bbc
|
Add Japanese translation, provided by Yasushi Masuda.
|
2008-09-16 07:14:17 +00:00 |
|
Georg Brandl
|
616cd89807
|
Add news entry.
|
2008-09-12 13:09:43 +00:00 |
|
Georg Brandl
|
7d3539c041
|
Add default highlight language selection support.
Add support for recognizing Python 3 console output.
|
2008-09-09 19:10:09 +00:00 |
|
Georg Brandl
|
afd4828932
|
Add polish locale, thanks to Michal Kandulski.
|
2008-09-06 16:26:27 +00:00 |
|
Georg Brandl
|
37da4a20ed
|
Respect __all__ when autodocumenting module members.
|
2008-08-15 19:43:52 +00:00 |
|
Georg Brandl
|
74d52b40bc
|
Add exclude_dirnames value.
|
2008-08-10 17:21:08 +00:00 |
|
Georg Brandl
|
b3f1de1bf7
|
New config value "keep_warnings", default is to discard the from the saved doctrees.
|
2008-08-10 17:10:31 +00:00 |
|
Georg Brandl
|
ac8a346f45
|
Add preliminary french locale.
|
2008-08-10 16:42:29 +00:00 |
|
Georg Brandl
|
ce74366033
|
Add Czech translation by Pavel Kosina, and use Unicode gettext methods throughout.
|
2008-08-08 14:03:02 +00:00 |
|
Georg Brandl
|
a7cfb52ab6
|
Add i18n support, thanks to Horst Gutmann.
|
2008-08-08 10:54:00 +00:00 |
|
Georg Brandl
|
e34a6e22a6
|
Add glossary entries to the index. Update TODO.
|
2008-08-07 18:29:48 +00:00 |
|
Georg Brandl
|
2bc9b72bfd
|
Add changelog entry.
|
2008-08-06 13:10:02 +00:00 |
|
Georg Brandl
|
5941814c4a
|
Add math support to Sphinx.
|
2008-08-06 13:04:14 +00:00 |
|
Georg Brandl
|
b7b483d01f
|
`Sphinx.add_node()` now takes optional visitor methods for the HTML,
LaTeX and text translators; this prevents having to manually patch
the classes.
|
2008-08-05 10:25:40 +00:00 |
|
Georg Brandl
|
b4c78df0a2
|
Add intersphinx extension.
|
2008-08-04 17:31:25 +00:00 |
|
Georg Brandl
|
97558dcc06
|
Add "env-updated" and "missing-reference" events.
Write inventory file as part of the HTML build.
|
2008-08-04 09:54:45 +00:00 |
|
Georg Brandl
|
b4f91a5ce5
|
#3422: allow changing the signature of functions via a new hook.
|
2008-07-29 18:30:23 +00:00 |
|
Georg Brandl
|
a805255f16
|
Merge in 0.4.2 changelog.
|
2008-07-29 10:00:11 +00:00 |
|
Georg Brandl
|
68f5d02390
|
Add distutils command for building Sphinx.
|
2008-07-29 09:51:58 +00:00 |
|
Armin Ronacher
|
a3db873c47
|
Fixed docstring dedenting and made the html writer more configurable in the sense that it doesn't change behavior based on the builder name any longer.
|
2008-07-10 13:59:59 +00:00 |
|
Georg Brandl
|
aa74c0b799
|
automodule now supports module options.
|
2008-07-08 14:45:44 +00:00 |
|
Georg Brandl
|
b5825ff7f8
|
Merge in 0.4.1 changelog.
|
2008-07-05 16:20:57 +00:00 |
|
Armin Ronacher
|
11498d0037
|
Implemented JSONHTMLBuilder and improved JSON handling (it now prefers json from the 2.6 stdlib or simplejson).
|
2008-06-26 11:11:20 +00:00 |
|
Armin Ronacher
|
95f7883e94
|
Refactored pickle builder into a SerializingHTMLBuilder and PickleHTMLBuilder. Subclasses can change the serialization format easily.
|
2008-06-26 09:40:42 +00:00 |
|
Georg Brandl
|
cb52f73753
|
Release preparation.
|
2008-06-23 12:14:37 +00:00 |
|
Georg Brandl
|
8b0f48a38b
|
Add static method support.
|
2008-06-23 12:04:56 +00:00 |
|
Georg Brandl
|
c1bedfc105
|
Add general docstring processing support with a new event in autodoc.
|
2008-06-22 21:02:50 +00:00 |
|
Georg Brandl
|
abddd96093
|
Add changelog entry and fix feature.^
|
2008-06-22 19:37:40 +00:00 |
|
Georg Brandl
|
99f293acbd
|
Add support for subscript/superscript nodes in latex.
|
2008-06-22 19:02:49 +00:00 |
|
Georg Brandl
|
a8f2f59c7d
|
Remove target directories in the static path before copying them again.
|
2008-06-22 18:09:21 +00:00 |
|
Georg Brandl
|
7c2247f880
|
Support :noindex: in autodoc directives.
|
2008-06-22 17:58:05 +00:00 |
|
Georg Brandl
|
aad1af62e9
|
Interpret field lists in description units.
|
2008-06-20 20:11:18 +00:00 |
|
Georg Brandl
|
061d9c205f
|
Support -> return type annotations.
|
2008-06-18 18:34:18 +00:00 |
|
Georg Brandl
|
99f8c79f0a
|
Move thanks to correct entry.
|
2008-06-17 10:38:31 +00:00 |
|
Georg Brandl
|
7d4ce97ec3
|
Add default_role configuration value.
|
2008-06-17 10:06:37 +00:00 |
|