Commit Graph

50 Commits

Author SHA1 Message Date
Georg Brandl
02123d6650 Fix JS search when html_copy_source is off. 2008-12-07 23:16:57 +01:00
Georg Brandl
13043771f4 Fix package name. 2008-12-06 23:26:40 +01:00
Georg Brandl
634003f847 Add Slovenian locale, by Rok Garbas. 2008-11-19 18:35:00 +01:00
Georg Brandl
0f94263a9f Add Brazilian Portuguese locale, by Roger Demetrescu. 2008-11-19 18:28:23 +01:00
Georg Brandl
4342f03986 Add Traditional Chinese locale. 2008-11-13 09:18:55 +01:00
Georg Brandl
bf8d68f83b Add Dutch locale. 2008-11-13 09:16:28 +01:00
Georg Brandl
88d6b2a960 Fix typo. 2008-10-25 15:34:12 +00:00
Georg Brandl
efd474b296 Add a caveat about LaTeX titles and authors, and properly escape
a title that comes from the document itself.
2008-10-16 19:37:57 +00:00
Georg Brandl
516d1a2872 Add "source_encoding" config value. 2008-10-16 19:21:06 +00:00
Georg Brandl
a4cb2e9e7a Add footer element. 2008-09-16 07:00:19 +00:00
Georg Brandl
f16dae964a Restructure LaTeX file template: add new "latex_elements" config value
allowing to customize each part of what is written to the tex file.
2008-09-12 13:08:52 +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
8c86e44d64 Add polish to language list. 2008-09-06 17:13:49 +00:00
Georg Brandl
92ba27e0af Fix typo. 2008-08-15 19:11:26 +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
74d36acbf7 * Add more generated text to the automatic translation.
* Remove all locale-dependent text from sphinx.sty, put it into Python files
  to enable message extraction and translation.
* Use babel in the LaTeX output.
* Centralize locations for labels used in every builder.
2008-08-10 10:00:20 +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
17e7e61778 Merged revisions 64703-64708,64710-64712 via svnmerge from
svn+ssh://pythondev@svn.python.org/doctools/branches/0.4.x

........
  r64703 | georg.brandl | 2008-07-04 19:24:00 +0200 (Fri, 04 Jul 2008) | 2 lines

  Fix linkcheck builder crash for malformed URLs.
........
  r64704 | georg.brandl | 2008-07-04 19:32:40 +0200 (Fri, 04 Jul 2008) | 2 lines

  Add 0.5 compatibility for more admonitions.
........
  r64705 | georg.brandl | 2008-07-04 19:38:37 +0200 (Fri, 04 Jul 2008) | 2 lines

  Remove silly "rubric" restriction in latex writer.
........
  r64706 | georg.brandl | 2008-07-04 19:41:44 +0200 (Fri, 04 Jul 2008) | 2 lines

  Document rubric:: Footnotes behavior.
........
  r64707 | georg.brandl | 2008-07-04 19:45:28 +0200 (Fri, 04 Jul 2008) | 2 lines

  Fix XHTML.
........
  r64708 | georg.brandl | 2008-07-04 19:50:56 +0200 (Fri, 04 Jul 2008) | 2 lines

  More XHTML fixes.
........
  r64710 | georg.brandl | 2008-07-04 19:59:56 +0200 (Fri, 04 Jul 2008) | 2 lines

  Copy the html_logo to the output static dir.
........
  r64711 | georg.brandl | 2008-07-04 20:37:43 +0200 (Fri, 04 Jul 2008) | 2 lines

  Fix latex code for module names with underscores that have platforms.
........
  r64712 | georg.brandl | 2008-07-04 20:46:40 +0200 (Fri, 04 Jul 2008) | 2 lines

  Fix a crash with nonlocal image URIs.
........
2008-07-04 18:49:39 +00:00
Georg Brandl
7d4ce97ec3 Add default_role configuration value. 2008-06-17 10:06:37 +00:00
Georg Brandl
6b5f4f198a Support splitting the HTML index. 2008-06-17 09:01:26 +00:00
Georg Brandl
1f73e1bee9 Add notes about Unicode and escaping of backslashes. 2008-06-17 07:46:33 +00:00
Georg Brandl
66b5f39bc7 Add html_favicon config value. 2008-06-15 08:48:06 +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
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
e93f22e84e Add html_use_index flag. 2008-05-23 14:01:53 +00:00
Georg Brandl
cc6b4ee1ec Add html_file_suffix value. 2008-05-06 14:25:29 +00:00
Georg Brandl
9fc2a9b7ad Add `toctree_only` feature to LaTeX builder. 2008-05-04 21:35:03 +00:00
Georg Brandl
5ed30072e3 Rename version to 0.3. 2008-05-04 17:57:11 +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
Georg Brandl
e2158213e8 Allow the configuration directory to be set differently from the source directory.
Also don't import docutils on importing sphinx.
2008-05-02 10:32:08 +00:00
Georg Brandl
7ad49d5756 Add exclude_dirs config value. 2008-05-02 09:15:59 +00:00
Georg Brandl
9050ba428e Increase version number. Explain "fully qualified" in the config docs. 2008-05-02 09:05:30 +00:00
Georg Brandl
f91b87b14f Fix typo. 2008-04-28 13:45:58 +00:00
Armin Ronacher
aca631b58f documented change 2008-04-28 13:25:01 +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
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
ea2f87fc03 Allow the config to act as an extension. 2008-04-06 17:38:55 +00:00
Georg Brandl
7e2fa2c066 Add a paragraph on special names. 2008-03-25 19:57:09 +00:00
Georg Brandl
5f3df9ecd7 Add a note about sys.path in conf.py. 2008-03-21 14:26:21 +00:00
Georg Brandl
4d30e0bd40 Make it possible to deactivate the module index. 2008-03-18 19:54:45 +00:00
Georg Brandl
39e8da70b9 Fill in some XXXs. 2008-03-18 18:19:21 +00:00
Georg Brandl
ca528099f6 Update documentation, add more content. 2008-03-16 11:19:26 +00:00
Georg Brandl
ccfd92e558 First pass at Sphinx documentation. Most of it still needs to be written :) 2008-03-09 21:32:24 +00:00