Commit Graph
62 Commits
Author SHA1 Message Date
Jonathan Waltman 29f768e48f Fix minor bugs in test_intl.py causing tests to fail under python 2.5
os.path.relpath not defined in Python 2.5, use equivalent from
sphinx.util.pycompat

Also avoid trying to create an existing directory when remnants exist
of an earlier failed build
2012-12-11 01:36:50 -06:00
Jonathan Waltman beae650645 xml: Update sphinx-build documentation 2012-12-10 02:41:12 -06:00
Jonathan Waltman b44376f527 xml: Fix compatibility with docutils<0.9 2012-12-10 02:40:24 -06:00
Jonathan Waltman dbbfdcddcf Merged in pv/sphinx-work/ext-linkcode-fix (pull request #91) 2012-12-07 15:52:17 -06:00
Jonathan Waltman 8ac4aa6282 Add Docutils-native XML and pseudo-XML builders 2012-12-04 21:10:15 -06:00
Jonathan Waltman 1e66d33c7b Add changelog entry for devguide 2012-12-03 01:36:34 -06:00
Jonathan Waltman f65eff4919 Merged in jonwaltman/sphinx-devguide (pull request #88) 2012-12-03 01:26:28 -06:00
Jonathan Waltman 3a8673a66b devguide: Add guidelines for core developers 2012-12-03 00:55:47 -06:00
Jonathan Waltman 196cb44c30 devguide: Elaborate on pull requests 2012-12-02 01:18:54 -06:00
Jonathan Waltman 0cca0ad7cf Add initial draft of "Sphinx Developer's Guide" 2012-11-29 19:11:19 -06:00
Jonathan Waltman 4e715ff0bf Avoid unknown option warnings for use_2to3 in setup.py under Python 2. 2012-11-11 01:33:52 -06:00
Jonathan Waltman c134b218b7 Closes #681: Allow nested parentheses in C++ signatures (patch by Vadim and Jim Naslund) 2012-11-10 23:37:42 -06:00
Jonathan Waltman 6f9e541ab5 autodoc: Handle explicit instance attributes in :members: (re #904) 2012-11-08 21:19:47 -06:00
Jonathan Waltman 34cbd684a9 Update sys.path to avoid autodoc warnings when building docs in tests/root. 2012-11-08 21:16:41 -06:00
Jonathan Waltman 9d412304cd Remove trailing whitespace. 2012-11-03 12:41:09 -05:00
Jonathan Waltman 025ae13703 setup.py: Update "requires" to docutils>=0.10.0 under Python 3.3 2012-11-03 12:29:55 -05:00
Jonathan Waltman 0e44cb20a1 setup.py: Require Docutils >= 0.10 when running under Python >= 3.3 2012-11-03 11:11:38 -05:00
Jonathan Waltman 55b28b0198 Fix whitespace / line length issues reported by "make test" 2012-11-03 11:04:32 -05:00
Jonathan Waltman e1209ecd90 sphinx-build: Require Docutils >= 0.10 when running under Python >= 3.3 2012-11-03 09:52:39 -05:00
Jonathan Waltman b057ef76ef Require Docutils 0.10 in tox py33 test env. 2012-11-03 09:37:35 -05:00
Jonathan Waltman 2dc47649a2 Update distribute_setup.py to version 0.6.30 (http://python-distribute.org/distribute_setup.py) 2012-11-03 07:35:20 -05:00
Jonathan Waltman ad6318e7f1 Closes #1004: Add default value for docutils setting file_insertion_enabled. 2012-10-02 20:53:40 -05:00
Jonathan Waltman bf362e9ccb Closes #617: Fix docstring preparation without included signature: only ignore indentation of one line, not two. 2012-09-16 01:08:47 -05:00
Jonathan Waltman ead356e3cf Remove note about sectioning limitation of the "only" directive. 2012-09-12 16:40:10 -05:00
Jonathan Waltman 6654687ec1 Closes #886: Fix handling of section headings in "only" directives. 2012-09-12 15:43:27 -05:00
Jonathan Waltman c5405184ba Add failing tests for nested sections in only directives. 2012-09-12 15:34:00 -05:00
Jonathan Waltman 8e96fc71d4 texinfo: Handle duplicate domain indices.
Reported by Takafumi Arakaki at
https://bitbucket.org/jonwaltman/sphinx-info/issue/1/error-this-node-python-module-index-has
2012-07-26 06:49:56 -05:00
Jonathan Waltman 1fde44cbf6 Follow the behavior described by :confval:primary_domain to display domain object names and use this as the category in Texinfo desc_signatures. 2011-07-07 01:39:53 -05:00
Jonathan Waltman 626a954821 Use `ObjType.lname` for the category in Texinfo desc_signatures. 2011-07-03 17:44:03 -05:00
Jonathan Waltman d16be40da1 Fix NameError in graphviz.render_dot_texinfo. 2011-06-30 17:21:16 -05:00
Jonathan Waltman a78b9ec927 Prevent indexing commands from causing a paragraph break in Texinfo. 2011-06-29 17:33:27 -05:00
Jonathan Waltman 584dc31883 Replace no-break spaces with normal ones inside desc_parameters for Texinfo. 2011-06-27 19:51:00 -05:00
Jonathan Waltman 10e0fb8ad9 Properly escape ``quote'' characters in Texinfo. 2011-06-27 19:28:47 -05:00
Jonathan Waltman 7147131145 Add method `ensure_eol` and use it to fix paragraph spacing in Texinfo. 2011-06-27 18:45:00 -05:00
Jonathan Waltman 54290ed0e6 Add :confval:texinfo_show_urls. 2011-03-06 00:30:19 -06:00
Jonathan Waltman 20dcad36a3 Add Texinfo support in ext.graphviz, ext.inheritance_diagram and ext.mathbase. 2011-03-05 23:59:34 -06:00
Jonathan Waltman d26bc39ec7 Use the standard Texinfo markup for footnotes. 2011-03-05 18:51:18 -06:00
Jonathan Waltman c8dab4bd8e Add stubs for missing node handlers in Texinfo and remove unnecessary ones. 2011-03-05 18:10:00 -06:00
Jonathan Waltman 68e85d5665 Refactor Texinfo writer; remove `add_text and rstrip` methods. 2011-03-05 17:44:46 -06:00
Jonathan Waltman 924863a602 Handle targets better in Texinfo to avoid bad xrefs. 2011-03-04 19:10:12 -06:00
Jonathan Waltman 2594805b2f Use builder.warn instead of document.reporter.* in Texinfo. 2011-03-04 15:58:59 -06:00
Jonathan Waltman 2f0697ba8e Add contextual information in Texinfo system messages. 2011-03-04 15:35:14 -06:00
Jonathan Waltman b83fb0dd87 Add a standard @copying block in Texinfo. 2011-03-03 23:21:44 -06:00
Jonathan Waltman 883a7fd3cd Merge with https://bitbucket.org/birkenfeld/sphinx 2011-03-02 23:54:27 -06:00
Jonathan Waltman 23bb290c42 Document :confval:texinfo_domain_indices and update quickstart. 2011-02-23 17:55:39 -06:00
Jonathan Waltman edec5818cb Wrap long menu entries in Texinfo. 2011-02-22 16:31:52 -06:00
Jonathan Waltman 83087b4cf6 Generate domain indices in Texinfo. 2011-02-08 01:56:15 -06:00
Jonathan Waltman 9c7e1d2dc2 Don't delete characters that can be escaped in Texinfo. 2011-02-08 00:09:21 -06:00
Jonathan Waltman 9f9c753f7e Mention the texinfo builder in the sphinx-build man page 2011-01-28 02:34:53 -06:00
Jonathan Waltman 1960da0921 Improve how long index entries are formatted in texinfo. 2011-01-28 02:25:15 -06:00
Jonathan Waltman 181aa903f7 Include all nodes in the master menu. 2011-01-28 02:14:34 -06:00
Jonathan Waltman 15c94d6947 Change example code to not use an actual control character. 2011-01-08 21:24:11 -06:00
Jonathan Waltman b0dad7ec6a Tweak how the Texinfo writer escapes index entries. 2011-01-08 21:18:45 -06:00
Jonathan Waltman 58e8e49111 Implement image handling for Texinfo builder 2010-11-07 00:41:47 -05:00
Jonathan Waltman 6aba1ba781 Improve Texinfo xref appearance in non Info output 2010-11-07 00:26:40 -05:00
Jonathan Waltman 6ec0871637 merge 2010-09-20 04:15:00 -05:00
Jonathan Waltman 464fee8523 Remove unused imports and clean up 2010-09-20 04:04:24 -05:00
Jonathan Waltman 1a5f00d83c Remove left-over debugging code 2010-09-16 02:34:54 -05:00
Jonathan Waltman 13684aa91f Add tests for Texinfo builder 2010-09-16 02:19:06 -05:00
Jonathan Waltman a5343b4c5b Add documentation for Texinfo builder 2010-09-16 02:16:27 -05:00
Jonathan Waltman 0d1b0020d5 Update config for Texinfo 2010-09-16 02:08:31 -05:00
Jonathan Waltman 72e865e0ca Add Texinfo builder and writer 2010-09-16 02:06:48 -05:00