Commit Graph
100 Commits
Author SHA1 Message Date
Georg Brandl 23971336b7 Fix :guilabel: unescaping, and make some tests actually run. 2010-07-21 11:33:24 +01:00
Georg Brandl e7405554a7 Adjust alignment. 2010-07-17 19:52:54 +02:00
Georg Brandl 115b31f6bb Fix bug in LaTeX label writing: do not generate \phantomsections in \section{}. 2010-07-17 19:52:16 +02:00
Georg Brandl 2b29038d0c The behavior of :confval:html_file_suffix changed slightly: the empty string now means "no suffix" instead of "default suffix", use `None` for "default suffix". 2010-07-17 19:45:54 +02:00
Georg Brandl 9f4c61b154 #391: do not report local links as "malformed" in the linkcheck builder. 2010-07-11 11:00:07 +02:00
Georg Brandl 400617e692 #461: elaborate how to use intersphinx. 2010-07-10 16:59:23 +02:00
Georg Brandl d0900e8862 #465: update version requirement. 2010-07-10 16:50:32 +02:00
Georg Brandl b57c71b784 Small logic fix to work around precedence bug in Jinja 2.1.x. 2010-07-03 10:28:28 +02:00
Georg Brandl 28fc52559c Activate oldcmarkup by default, but warn when the markup is used. 2010-07-02 11:44:01 +02:00
Georg Brandl 1b19d0d1e5 merge with http://bitbucket.org/rolmei/sphinx-epub/ 2010-07-02 11:37:12 +02:00
Georg Brandl fa120b01d5 Update of Brazilian portuguese message catalog, by Roger Demetrescu. 2010-07-02 10:41:40 +02:00
Georg Brandl 1261e37267 Better insert at the beginning of sys.path. 2010-06-22 20:06:46 +02:00
Georg Brandl 74e791301d Complete comment. 2010-06-20 18:29:47 +02:00
Georg Brandl 4c0f91f2ca merge with 0.6 2010-06-20 14:24:32 +02:00
Georg Brandl acc9d13c58 #452: fix encoding handling in ModuleAnalyzer. 2010-06-20 14:23:59 +02:00
Georg Brandl f7a418949a Monkey-patch docutils.nodes.Element.copy to copy the rawsource. 2010-06-20 12:33:11 +02:00
Georg Brandl bd1c19d724 Added Lithuanian translation, thanks to Dalius Dobravolskas. 2010-06-20 12:19:34 +02:00
Georg Brandl c7a8350f3c Do not stop even at severe docutils errors, continue build. 2010-06-19 21:37:10 +02:00
Georg Brandl 187e78adf6 Mention type of "meta". 2010-06-14 09:49:48 +02:00
Georg Brandl 9fca66a690 merge with 0.6 2010-06-13 21:39:44 +02:00
Georg Brandl c88cb38f42 #445: Fix links to result pages when using the search function of HTML built with the `dirhtml` builder. 2010-06-13 21:35:42 +02:00
Georg Brandl 762741244d #444: Re-escape result of the "striptags" jinja filter. 2010-06-13 19:50:04 +02:00
Georg Brandl e4354a1045 Really fix IndexError from #424. 2010-06-13 19:42:50 +02:00
Georg Brandl 5d3ccf7a8e Add Music21. 2010-06-12 20:17:16 +02:00
Georg Brandl 43c0c87136 Give more detailed info about exception determining image type. 2010-06-12 20:15:13 +02:00
Georg Brandl 9a0859fea8 Reverse latex appendix logic: Add appendices if docclass is not howto. Also fix docs: other docclasses can be given if you know what you do. 2010-06-12 20:04:01 +02:00
Georg Brandl 7c7d3f4010 Added `exclude argument to :func:.autodoc.between`. From http://bitbucket.org/mfperzel/sphinx-additions. 2010-06-12 18:16:18 +02:00
Georg Brandl d30d286486 Fix transformation of Field. 2010-06-12 12:30:40 +02:00
Georg Brandl 9b27aa3ae8 #450: potentially escape index letters; _ needs to be. 2010-06-12 12:21:04 +02:00
Georg Brandl c891fdfc60 Document new :py:func:.blah syntax. 2010-06-12 11:37:56 +02:00
Georg Brandl 09e6001e7a In the Python domain, references like `:func:.name``` now look for
matching names with any prefix if no direct match is found.
2010-06-12 10:41:56 +02:00
Georg Brandl fc93a56280 merge with 0.6 2010-06-05 18:49:39 +02:00
Georg Brandl 732857577e Post-release updates. 2010-06-05 18:48:25 +02:00
Georg Brandl d27fdb1c71 Added tag 0.6.7 for changeset e2723a4a64f0 2010-06-05 18:47:19 +02:00
Georg Brandl 08285e6a50 Prepare for 0.6.7 release. 2010-06-05 18:42:11 +02:00
Georg Brandl 996339593e merge with 0.6 2010-06-05 18:39:48 +02:00
Georg Brandl 3ff350c4d9 #439: angle brackets in template class names can be misinterpreted as link targets. Clarify how to avoid this. 2010-06-05 18:21:48 +02:00
Georg Brandl ce96cfbfb6 Revert logic in _directive_helper: everything that is not a function is a class-style directive.
Fixes issues with extensions registering directive classes not inheriting from Directive.
2010-06-05 18:10:42 +02:00
Georg Brandl 0320c3393c Added Danish translation, thanks to Hjorth Larsen. 2010-06-05 15:42:18 +02:00
Georg Brandl 17f3643850 Regenerate French catalog. 2010-06-04 08:41:00 +02:00
Georg Brandl 5800760fc4 merge 2010-06-03 17:26:05 +02:00
Georg Brandl dd4f973221 merge with 0.6 2010-06-03 17:25:16 +02:00
Georg Brandl af51c2f7bb Make test suite work with docutils from trunk: they emit a line number for a warning where 0.6 doesnt. 2010-06-03 17:21:33 +02:00
Georg Brandl 2cd377825b Merge with http://bitbucket.org/jdb/sphinx/; compile updated catalog. 2010-06-01 18:05:19 +02:00
Georg Brandl d249c619fd Move doctest blocks out of blockquotes even if there is more than one. 2010-06-01 09:42:57 +02:00
Georg Brandl c950196a30 Post-release update. 2010-05-30 20:08:30 +02:00
Georg Brandl 548e9f63b8 Added tag 1.0b2 for changeset b494009dccf1 2010-05-30 20:04:56 +02:00
Georg Brandl 0a91ac75b7 Release preparation for 1.0b2. 2010-05-30 19:52:08 +02:00
Georg Brandl 1b9963f4d8 Add referencing markup to CHANGES. 2010-05-30 17:33:37 +02:00
Georg Brandl 87c0b98f0a Fix referencing in rst domain. 2010-05-30 17:33:27 +02:00
Georg Brandl 295805f625 Add changelog entry. 2010-05-30 15:50:00 +02:00
Georg Brandl f3e6c80204 #322: Improve responsiveness of search page by loading the search index asynchronously. 2010-05-30 15:49:00 +02:00
Georg Brandl 327516f0ed Update to jQuery 1.4.2. 2010-05-30 15:46:06 +02:00
Georg Brandl 2cdb352695 Fix the intersphinx inventory caching. 2010-05-30 15:19:14 +02:00
Georg Brandl cc315fffed Too long to list all themes now. 2010-05-30 15:04:31 +02:00
Georg Brandl 50d16ce68e Use status iterator for images and dlfiles. 2010-05-30 14:57:44 +02:00
Georg Brandl f61e02799b Respect "refid" attributes of reference nodes; this prevented references to labels in the same file. 2010-05-30 14:46:57 +02:00
Georg Brandl 3aa60e2833 Fix a bug that prevented references in the rst domain. 2010-05-30 14:46:17 +02:00
Georg Brandl 35f0b555a4 The `toctree callable in templates now accepts a titles_only` keyword argument. 2010-05-30 13:16:26 +02:00
Georg Brandl cbcf99f156 #357: Refrain from setting absolute font size in agogo theme. 2010-05-30 13:07:42 +02:00
Georg Brandl f3c706edae The `include` directive now supports absolute paths, which are interpreted as relative to the source directory. 2010-05-30 12:59:42 +02:00
Georg Brandl 3bd9e4617e Add a test for absolute image filenames. 2010-05-30 12:47:17 +02:00
Georg Brandl 57c438be4f Test references to figures and tables by caption. 2010-05-30 12:42:05 +02:00
Georg Brandl 0f7072f028 Allow linking to tables just like figures with :ref:. 2010-05-30 12:11:52 +02:00
Georg Brandl eec1b7bf00 Add Gevent. 2010-05-30 12:04:12 +02:00
Georg Brandl 5d175aee51 Add Google Wave. 2010-05-30 12:00:12 +02:00
Georg Brandl aaa89cbb24 Explain absolute paths in toctree. 2010-05-30 11:58:42 +02:00
Georg Brandl fd070fccc0 #428: add some missing styles for standard docutils classes. 2010-05-30 11:55:23 +02:00
Georg Brandl 85795a6fd5 Regenerate Dutch catalog. 2010-05-30 11:24:20 +02:00
Georg Brandl 4d300c6d58 merge with http://bitbucket.org/marijnvanderzee/sphinx 2010-05-30 11:23:45 +02:00
Georg Brandl 065fec54f9 Mention more targets in "make help". 2010-05-30 09:06:34 +02:00
Georg Brandl 41e55b92de Add missing targets to Makefile; do not build latex twice for latexpdf target. 2010-05-30 09:02:22 +02:00
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 7eb85e159a Fix long lines. 2010-05-26 00:25:41 +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 4f0be2bae1 Be more precise. 2010-05-26 00:08:11 +02:00
Georg Brandl 6ab7cd4ab7 #432: Fix UnicodeErrors while building LaTeX in translated locale; do not swallow UnicodeError as a warning. 2010-06-05 18:37:16 +02:00
Georg Brandl 2a8b6f44c7 #428: Add some missing CSS styles for standard docutils classes. 2010-06-05 18:33:04 +02:00
Georg Brandl 8d6aa310fe Explain absolute paths in toctree. 2010-06-05 18:31:37 +02:00
Georg Brandl b50e09e33e Fix a bug that prevented some references being generated in the LaTeX builder. 2010-06-05 18:30:43 +02:00
Georg Brandl 8c7e288129 #440: Remove usage of a Python >= 2.5 API in the `literalinclude` directive.
CodecInfo is not a namedtuple, so accessing attributes on 2.4 fails.
2010-06-05 18:27:43 +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