Commit Graph

3124 Commits

Author SHA1 Message Date
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
Daniel Neuhäuser
34707fefac Ignore files generated when building the test docs
This is really helpful if you want to take a look at the
HTML output
2010-11-02 13:15:18 +01:00
Daniel Neuhäuser
7f254f1a77 Fixed a typo. Thanks to Thomas Waldmann for finding it. 2010-10-31 13:04:13 +01:00
Georg Brandl
c62a19bca5 Make Theme class usable without a builder object. 2010-10-30 16:47:05 +00:00
Georg Brandl
65505907f1 Fix loading JS searchindex data in Py3k. 2010-10-29 07:17:14 +02:00
Georg Brandl
51edd7e810 Nits. 2010-10-29 07:04:13 +02:00
Georg Brandl
99a74ad502 Add header and use docstring convention. 2010-10-28 21:28:44 +02:00
Georg Brandl
42208cf974 Use dashes rather than underscores in CSS classes and IDs. 2010-10-28 21:23:32 +02:00
Jonathan Jacobs
5ad1c7d03e Update config.rst with man_show_urls option, it still needs a version directive. 2010-10-24 23:40:16 +02:00
Jonathan Jacobs
ead89093b5 Implement "man_show_urls" configuration option to show the URL after external references in manpages. 2010-10-24 23:30:00 +02:00
Georg Brandl
20b50f8ac4 Add texinfo target to make.bat. 2010-10-22 19:28:47 +02:00
Georg Brandl
5edd11b245 merge with 1.0 2010-10-22 19:26:28 +02:00
Georg Brandl
4cb330f8a6 #526: Add Iranian translation, thanks to Omid Raha. 2010-10-22 13:24:17 +02:00
Georg Brandl
644e157fa5 #535: Fix LaTeX output generated for line blocks by porting implementation from new docutils code. 2010-10-22 12:10:11 +02:00
Georg Brandl
8c28be1cd6 #543: Remove special treatment of None, True and False in literals. 2010-10-22 12:01:36 +02:00
Georg Brandl
5d2e8ac1c9 #530: set font size of \paragraph to \small. 2010-10-22 11:59:16 +02:00
Georg Brandl
aee3d7618a #522: in Windows batchfile, do not print success message when sphinx-build fails. 2010-10-22 11:54:05 +02:00
Georg Brandl
f4988dfa17 #523: fixes for qthelp index. 2010-10-22 11:42:56 +02:00
Georg Brandl
b72621c447 #521: Added :confval:linkcheck_ignore config value. 2010-10-22 11:40:38 +02:00
Georg Brandl
092a7173a1 #518: update Japanese catalog. 2010-10-22 11:30:07 +02:00
Georg Brandl
08c1076917 Implement missing node handlers for texinfo. Enable checking warnings from texinfo build in tests. 2010-10-22 11:27:33 +02:00
Georg Brandl
c48b67d3c9 Fix call. 2010-10-22 11:20:52 +02:00
Georg Brandl
db8189083d merge with 1.0 2010-10-22 11:16:48 +02:00
Georg Brandl
92f6212c98 Add add_node() support for texinfo and add handlers for nodes in our extensions. 2010-10-22 11:16:23 +02:00
Georg Brandl
bd268c7182 Few cleanups after texinfo builder merge (#529). Add CHANGES and AUTHORS entries. To do: add node handlers for all extension nodes so that the test documents can be handled without warnings. 2010-10-22 10:17:35 +02:00
Georg Brandl
e6f5d36a0b merge with http://bitbucket.org/jonwaltman/sphinx-info 2010-10-22 10:06:24 +02:00
Georg Brandl
357f8472c7 #534: warning message instead of crash if invalid Pygments lexer name is used. 2010-10-22 10:02:10 +02:00
Georg Brandl
c768b68340 #544: Allow `.pyw` as a source file extension. 2010-10-22 09:40:03 +02:00
Georg Brandl
39dc69e9d9 Remove obsolete config value. 2010-10-22 07:10:44 +02:00
Doug Hellmann
f50ce38f9c include a blank line before a new line-block so it stands as its own paragraph 2010-10-20 08:10:07 -04:00
Georg Brandl
991d0e32b3 Fix missing paren. 2010-10-20 11:55:11 +02:00
Georg Brandl
08047fc523 Add Pocoo logo to the sidebar on the index page. 2010-10-18 18:06:02 +02:00
Georg Brandl
15fe77069a Add pypol. 2010-10-17 08:41:52 +02:00
Georg Brandl
4f8d836dae merge 2010-10-16 21:56:02 +02:00
Georg Brandl
260e165cc3 merge with 1.0 2010-10-16 21:43:48 +02:00
Georg Brandl
a63dc62abd Record Python version in save_traceback(), to better debug 2 vs 3 issues. 2010-10-16 21:42:47 +02:00
Daniel Neuhäuser
b7495701db merge with birkenfeld/sphinx 2010-10-14 23:28:03 +02:00
Daniel Neuhäuser
27dcdb4bdd doctest setup-/testrunner now share stdout
This was a patch pfein send my via #pocoo
2010-10-14 23:26:08 +02:00
Georg Brandl
e7ae435ea2 merge with 1.0 2010-10-10 21:48:15 +02:00
Georg Brandl
817937c3f2 "inofficial" sounds strange here; fix up description of wiki page. 2010-10-10 21:47:03 +02:00
Daniel Neuhäuser
a3a0a96c3a Mention Sphinx Contrib in the documentation.
Along with that I also removed the part about finding a place
to host extensions when a message about one is send to the
mailinglist, as I believe we have one for every extension
with Sphinx Contrib.
2010-10-10 20:00:12 +02:00
Daniel Neuhäuser
c0fa71a547 Mention Sphinx Contrib in the documentation.
Along with that I also removed the part about finding a place
to host extensions when a message about one is send to the
mailinglist, as I believe we have one for every extension
with Sphinx Contrib.
2010-10-10 20:00:12 +02:00
Chris Rebert
ef62d317e5 autodoc's docstring/special-comment detection works for instance attributes too 2010-10-02 00:05:59 -07:00
Daniel Neuhäuser
6149c462a3 Fix file path handling in the epub builder 2010-09-28 18:15:20 +02:00
Daniel Neuhäuser
674f04d808 Fix line length 2010-09-28 15:58:10 +02:00
Georg Brandl
436a471974 Add changelog entry. 2010-09-21 10:31:59 +02:00
Georg Brandl
f887bb5cb7 merge with http://bitbucket.org/dhellmann/sphinx-graphviz-paragraphs/ 2010-09-21 10:30:43 +02: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