Commit Graph
100 Commits
Author SHA1 Message Date
Georg Brandl ac9245de2d Update phony targets. 2010-05-30 08:49:33 +02:00
Georg Brandl ef2325047c #415: Do not compact single paragraphs within desc_content nodes. 2010-05-28 23:00:34 +02:00
Georg Brandl f87766af25 Add libLAS. 2010-05-28 22:43:02 +02:00
Georg Brandl c0a57a84ca #432: Fix UnicodeErrors while building LaTeX in translated locale; do not swallow UnicodeError as a warning. 2010-05-28 22:37:54 +02:00
Georg Brandl 88787b2c86 #435: update Turkish translation for 1.0. 2010-05-28 22:25:41 +02:00
Georg Brandl d491eda986 Fix an AttributeError for strange xref nodes. 2010-05-27 19:02:26 +02:00
Georg Brandl b3524a8697 #427: fix the encode() method of translation proxies. 2010-05-27 00:06:48 +02:00
Georg Brandl 0d4c3a31b6 #426: Fix encoding issues when saving/loading intersphinx inventories. 2010-05-26 19:51:09 +02:00
Georg Brandl 7e7593c4dd #424: Fix IndexError in viewcode extension. 2010-05-26 19:32:17 +02:00
Georg Brandl d3d93a54f0 Test the viewcode extension; decode the source files before highlighting them. 2010-05-26 19:29:44 +02:00
Georg Brandl 8d1235d7ad #419: remove unnecessary mkdir call. 2010-05-26 19:08:15 +02:00
Georg Brandl 9f562309f8 Fix long lines. 2010-05-26 00:25:41 +02:00
Georg Brandl 7f818affe4 Require docutils 0.5, as announced. 2010-05-26 00:22:28 +02:00
Georg Brandl b3b58ea24c #421: fix Unicode errors for translations with non-ASCII characters. 2010-05-26 00:13:11 +02:00
Georg Brandl 6012506d74 Be more precise. 2010-05-26 00:08:11 +02:00
Georg Brandl c671e81d6c Restore sphinxdoc theme. 2010-05-25 23:59:22 +02:00
Georg Brandl 9b9d188ded Post release update. 2010-05-25 01:27:33 +02:00
Georg Brandl eb0b178cb2 Added tag 1.0b1 for changeset 80dc1a872e49 2010-05-25 01:25:47 +02:00
Georg Brandl 785cfa2560 Prepare for release of 1.0b1. 2010-05-25 01:17:03 +02:00
Georg Brandl 89c54a90a8 merge with 0.6 2010-05-25 01:14:37 +02:00
Georg Brandl d1bf155cfe Post release update. 2010-05-25 01:13:29 +02:00
Georg Brandl 528af848d5 Added tag 0.6.6 for changeset 36de1ff4ba69 2010-05-25 01:09:19 +02:00
Georg Brandl 4dfe623d7d Update trove classifiers. 2010-05-25 01:08:52 +02:00
Georg Brandl ecb394a978 Monkey-patch Node.__contains__ to get consistent behavior for docutils 0.5 and 0.6. 2010-05-25 01:05:36 +02:00
Georg Brandl 4a796be021 Prepare for 0.6.6 release. 2010-05-25 00:53:40 +02:00
Georg Brandl 8bcf1f4511 Fix long line. 2010-05-25 00:50:15 +02:00
Georg Brandl 488adca485 Fix translation catalogs as far as I can; compile new .mo out of it. 2010-05-25 00:34:45 +02:00
Georg Brandl 2f7618dd16 Update German translation. 2010-05-25 00:03:02 +02:00
Georg Brandl dc85b9c879 Update gettext catalogs based on new template. 2010-05-24 23:55:23 +02:00
Georg Brandl fa958c6db8 Update gettext catalog template. 2010-05-24 23:54:33 +02:00
Georg Brandl 143af1aea1 Translate the tooltips for the collapser. 2010-05-24 23:53:31 +02:00
Georg Brandl 497abe31f1 Fix typo. 2010-05-24 23:52:07 +02:00
Georg Brandl 5bca155f26 #388: update Japanese translation. 2010-05-24 23:42:52 +02:00
Georg Brandl 784e598743 In the default theme, the sidebar can experimentally now be made collapsible using the new `collapsiblesidebar` theme option. 2010-05-24 23:14:35 +02:00
Georg Brandl 6dedbfff21 Mention domains in sphinx-contrib. 2010-05-24 22:59:02 +02:00
Georg Brandl 7df8430f2e Merge with http://bitbucket.org/chrism/sphinx/, add latex_show_pagrefs/latex_show_urls config values. 2010-05-24 15:59:05 +02:00
Georg Brandl ddd0435045 Handle raw nodes in the manpage writer. 2010-05-24 15:27:18 +02:00
Georg Brandl f334ef6efd merge with 0.6 2010-05-24 15:26:40 +02:00
Georg Brandl d94b46ad9f Handle raw nodes in the `text` writer. 2010-05-24 15:25:47 +02:00
Georg Brandl 4d0facf1e1 Add the "oldcmarkup" extension, to help migrating to 1.0. 2010-05-24 15:12:27 +02:00
Georg Brandl 6bffed3d3a Restructure list of changes for 1.0 into categories. 2010-05-24 13:28:12 +02:00
Georg Brandl f6c74a1319 Rename the extlink roles to avoid confusion between :rstdir: and :rst:dir:. 2010-05-24 13:06:55 +02:00
Georg Brandl 9d3e02d238 Add an example. 2010-05-24 13:05:43 +02:00
Georg Brandl 0238e83013 Merge with http://bitbucket.org/tpowers/sphinx/ (rewriting the external/internal distinction code)
In HTML output, references now get the class ``internal`` if they are internal to the whole project, as opposed to internal to the current page.

The ``menuselection`` and ``guilabel`` roles now support ampersand accelerators.
2010-05-24 12:57:07 +02:00
Georg Brandl 563d38a453 null-merge rev d4fe9e7df03a from http://bitbucket.org/tpowers/sphinx/ 2010-05-24 11:56:48 +02:00
Georg Brandl 4f69b94ee6 Only add search summary if some data has been received. 2010-05-24 11:46:30 +02:00
Georg Brandl 0f2a0381ba Rename default_domain to primary_domain; give it special semantics. 2010-05-23 16:48:54 +02:00
Georg Brandl 3f4a791413 Fix domain_indices usage in qthelp builder. 2010-05-23 16:31:39 +02:00
Georg Brandl 463c2b8844 merge with 0.6 2010-05-23 16:30:04 +02:00
Georg Brandl 50058db273 Escape all strings put into the Qt help XML files. 2010-05-23 16:22:15 +02:00
Georg Brandl c3c6bba214 Fix a problem the Qt help project generated by the `qthelp` builder that would lead to no content being displayed in the Qt Assistant.
The "namespace" may not contain any non-alphanumeric or non-dot characters, it seems.

Also make the help collection file a bit more pretty.
2010-05-23 16:18:30 +02:00
Georg Brandl 765c71b643 Deactivate "Binary TOC" option; it seems to prevent the "Locate" button from working correctly. 2010-05-23 14:46:52 +02:00
Georg Brandl 5b7e794e2b #413: Added a way for intersphinx to refer to named labels in other
projects, and to specify the project you want to link to.
2010-05-23 13:06:01 +02:00
Georg Brandl 0dd83d9ee4 Make the translation proxy pickle proof. 2010-05-23 12:32:30 +02:00
Georg Brandl 9116cf9779 Mention "make latexpdf". 2010-05-23 12:05:07 +02:00
Georg Brandl 77b3c15049 Move :ref: labels over to std domain. 2010-05-23 11:59:20 +02:00
Georg Brandl 981f134e15 merge with 0.6 2010-05-23 11:17:03 +02:00
Georg Brandl 866d838156 No need to link to dev docs anymore. 2010-05-23 11:16:48 +02:00
Georg Brandl e83f6a3ecc Fix file name in example. 2010-05-23 11:16:24 +02:00
Georg Brandl f5ccb53294 merge with 0.6 2010-05-23 10:48:40 +02:00
Georg Brandl 5101f33acd Mention :noindex: in warning message. 2010-05-23 10:46:31 +02:00
Georg Brandl 34d9cc8b7f merge with 0.6 2010-05-22 14:42:53 +02:00
Georg Brandl 8de55d5d97 Update translation catalogs. 2010-05-22 14:40:04 +02:00
Georg Brandl 27e64927f3 #390: updates for slovenian language. 2010-05-22 14:39:33 +02:00
Georg Brandl e9286c5910 Resolve some glitches in de and fi .po file. 2010-05-22 14:39:19 +02:00
Georg Brandl c41f516dda #393: Fix the usage of Unicode characters in mathematic formulas when using the `pngmath` extension. 2010-05-22 14:33:24 +02:00
Georg Brandl 6bc1ce0527 #395: Update Japanese translation URL. 2010-05-22 14:21:01 +02:00
Georg Brandl ecb75bd0d2 merge with 0.6 2010-05-22 14:19:33 +02:00
Georg Brandl 0d4bc53e9e Remove debugging leftover. 2010-05-22 14:18:53 +02:00
Georg Brandl 529d3f5329 #404: Make `\and work properly in the author field of the latex_documents` setting. 2010-05-22 14:15:39 +02:00
Georg Brandl fb6fb7ad1e merge with 0.6 2010-05-22 13:17:42 +02:00
Georg Brandl 87a4417791 Fix long line. 2010-05-22 13:17:09 +02:00
Georg Brandl c8c703805c merge with 0.6 2010-05-22 12:59:18 +02:00
Georg Brandl f6ace6d119 Fix usage of builder.domain_indices in the HTML help builder. 2010-05-22 12:56:29 +02:00
Georg Brandl ec204b3101 Add flask-related examples. 2010-05-22 12:25:48 +02:00
Georg Brandl 2a2964f799 Blender has a custom theme now. 2010-05-22 12:19:46 +02:00
Georg Brandl bdc5353b9e Add Pweave. 2010-05-22 12:19:07 +02:00
Georg Brandl d9a4d1c1db Fix for 12fea70b1a18: EncodedFile doesnt do the right thing either. 2010-05-22 12:07:05 +02:00
Georg Brandl d1027d6057 Add json target. 2010-05-22 11:40:52 +02:00
Georg Brandl f5ede38405 #406: mention rst2pdf integration in intro. 2010-05-22 11:11:32 +02:00
Georg Brandl 015c1c13a5 #409: Make the `highlight_language` config value work properly in the LaTeX builder. 2010-05-22 11:07:15 +02:00
Georg Brandl be23bc91da #418: Allow relocation of the translation JavaScript files to the system directory on Unix systems.
Patch by Toshio Kuratomi.
2010-05-22 10:52:53 +02:00
Georg Brandl cbf309fa65 #414: fix universal newline handling of files included with "literalinclude".
codecs.open() does not support U in the mode argument; use the EncodedFile wrapper instead.
2010-05-22 10:49:42 +02:00
Georg Brandl 2477249d42 #417: Don't force dependency on the setuptools version mandated by ez_setup.py. 2010-05-22 10:32:33 +02:00
Georg Brandl ae05fc5570 #416: Added Croatian translation, thanks to Bojan Mihelač. 2010-05-22 10:29:55 +02:00
Georg Brandl 846c31b21d Revert incomplete change in last revision. 2010-05-13 15:07:47 +02:00
Georg Brandl b9a5a6791d Add credit for Barry. 2010-05-01 10:54:58 +02:00
Georg Brandl 59cf3db674 Fix test failure. 2010-04-26 22:26:44 +02:00
Georg Brandl f5d52fa4f4 #377: Fix crash in linkcheck builder if all parent nodes have no line number set. 2010-04-18 09:55:38 +02:00
Georg Brandl 28b337dd0c merge 2010-04-18 09:41:44 +02:00
Georg Brandl 722f9ac329 merge with trunk 2010-04-17 13:00:19 +02:00
Georg Brandl 020410f20b merge with 0.6 2010-04-17 12:57:38 +02:00
Georg Brandl 2c8e51a17b merge 2010-04-17 12:57:15 +02:00
Georg Brandl b8d55b2c73 #379: define hyperref citecolor to match color scheme. 2010-04-17 12:54:48 +02:00
Georg Brandl 64baa69162 sphinx-domains #1: better handling of skips for list environment. 2010-04-17 12:53:04 +02:00
Georg Brandl 9e01551178 #380: use correct command to determine line width when two-column layout is in effect. 2010-04-17 12:50:26 +02:00
Georg Brandl 83b57d738d #387: Fix the display of search results in `dirhtml` output. 2010-04-17 12:43:36 +02:00
Georg Brandl 138fc5f7bd Use appropriate interpolation char. 2010-04-17 12:35:21 +02:00
Georg Brandl f4f3066581 Use the new rst domain in the sphinx docs. 2010-04-17 10:39:51 +02:00
Georg Brandl 541e30b36e Cleanup trailing whitespace and fix a few nits with the rst domain. 2010-04-17 10:29:14 +02:00