Commit Graph

3749 Commits

Author SHA1 Message Date
Georg Brandl
cc1ca3a43a Closes #809: Include custom fixers in the source distribution. 2011-11-01 21:40:52 +01:00
Georg Brandl
a50cfec8c4 Merge stable into default. 2011-11-01 15:41:58 +01:00
Georg Brandl
b4d802342e Added tag 1.1.1 for changeset e753d03451a6 2011-11-01 15:38:46 +01:00
Georg Brandl
313a428fa8 Prepare for release 1.1.1. 2011-11-01 15:24:26 +01:00
Georg Brandl
a88eb5f0ef Fix overlong lines. 2011-11-01 15:23:16 +01:00
Georg Brandl
c6833609c0 Fix relative_path() argument order. 2011-11-01 15:21:46 +01:00
Georg Brandl
21cfc46dc3 Fix DevHelp index entries too. 2011-11-01 09:26:05 +01:00
Georg Brandl
8fdeaec018 Closes #791: Fix QtHelp and HtmlHelp index entry links. 2011-11-01 09:24:34 +01:00
Georg Brandl
53d06fda7b Closes #793: Fix docutils version references. 2011-11-01 09:16:37 +01:00
Georg Brandl
fd56b7c44a Closes #792: Include "sphinx-apidoc" in the source distribution. 2011-11-01 09:14:23 +01:00
Georg Brandl
3d3d3733e6 Closes #796: use package_dir everywhere instead of __file__. 2011-11-01 09:13:41 +01:00
Georg Brandl
90b7372b80 Closes #797: Don't crash on a misformatted glossary. 2011-11-01 09:09:50 +01:00
Georg Brandl
5d19b860e2 Closes #801: Make intersphinx work properly without SSL support. 2011-11-01 09:01:48 +01:00
Georg Brandl
ddb7fab16d Closes #805: Make the `Sphinx.add_index_to_domain` method work correctly. 2011-11-01 08:59:53 +01:00
Georg Brandl
8d35fc9514 Merge stable into default 2011-11-01 08:39:10 +01:00
Georg Brandl
c90fc0aefa Merged in tk0miya/sphinx (pull request #30) 2011-11-01 08:37:25 +01:00
Georg Brandl
fa3db9e209 merge with stable 2011-10-23 23:04:39 +02:00
tk0miya
04cdfd83eb Fix SyntaxError when conf.py includes CR characters 2011-10-22 13:42:48 +09:00
Benoit Allard
22546c4ebe Restore compatibility with python2.5, use relative_path from docutils in place of path.relpath
Same as on the other places
2011-10-26 17:27:42 +02:00
tk0miya
8fb564b903 Fix SyntaxError when conf.py includes CR characters 2011-10-22 13:42:48 +09:00
Benoit Allard
09d27b64c6 latex: table: push the whole context at once 2011-10-12 20:35:17 +02:00
Ezio Melotti
7b6bf0ed8b Fix typo and create a new "stable" named branch. 2011-10-23 23:48:21 +03:00
Georg Brandl
e782cec5fd Post-release update. 2011-10-09 23:31:15 +02:00
Georg Brandl
f07ae0a20f Added tag 1.1 for changeset 0a63129ab59b 2011-10-09 23:27:26 +02:00
Georg Brandl
de117ea974 Pre-release updates. 2011-10-09 23:25:40 +02:00
Georg Brandl
d3c885d43c Restore Python 3 compatibility. 2011-10-09 23:23:45 +02:00
Georg Brandl
9a4a3c9afa Satisfy "make check". 2011-10-09 23:09:57 +02:00
Robert Lehmann
356b1ab8d3 Fix typo. 2011-10-08 16:17:00 +02:00
Robert Lehmann
468a15cbf0 Add project name to PO header. 2011-10-08 16:04:42 +02:00
Robert Lehmann
1a287bb7e2 Change default visibility for C++ superclasses. 2011-10-08 14:55:18 +02:00
Robert Lehmann
ea5d3359e9 merge 2011-10-08 14:09:21 +02:00
Robert Lehmann
9904596da8 Fixes #678: Support superclass declarations in C++ domain. 2011-10-08 14:02:13 +02:00
Georg Brandl
79e8cb40e8 When collecting packages/modules to document, stop at directories without __init__.py. 2011-10-07 19:49:19 +02:00
Georg Brandl
94de32b3ae Merge with 1.0 2011-10-07 19:18:23 +02:00
Georg Brandl
be5dac74a3 Activate the viewcode extension in the automatically generated apidoc project. 2011-10-07 19:17:48 +02:00
Georg Brandl
5bff67432e Fix the source positions referenced by the "viewcode" extension. 2011-10-07 19:17:01 +02:00
Georg Brandl
38ebe67c4e Closes #585: document sphinx-apidoc. 2011-10-07 12:47:58 +02:00
Georg Brandl
853cfbf7b6 Do not overwrite files without -f given. 2011-10-07 12:47:42 +02:00
Georg Brandl
ff940a16b6 Add a rudimentary manpage for sphinx-apidoc. 2011-10-07 12:27:19 +02:00
Georg Brandl
1329984f2c Optionally create a full quickstart project in apidoc. 2011-10-07 12:16:40 +02:00
Georg Brandl
ba95709f87 Remove unused import. 2011-10-07 11:55:37 +02:00
Georg Brandl
827cdb6266 Split user queries and file generation in quickstart into two functions. 2011-10-07 11:52:12 +02:00
Georg Brandl
b1d5e33899 Offer mathjax instead of jsmath in quickstart. 2011-10-07 11:39:19 +02:00
Robert Lehmann
83b5fa9485 merge 2011-10-07 09:10:27 +02:00
Robert Lehmann
b8873fe7b0 Fixes #354: Addressed PDF generation in the tutorial. 2011-10-06 14:52:54 +02:00
Georg Brandl
d07fe37744 Update the websupport tests to API changes. 2011-10-06 14:28:18 +02:00
Georg Brandl
608edd427c Fix #758: do not install custom_fixers and tests "packages". 2011-10-05 15:31:50 +02:00
Robert Lehmann
e4ceadd9ae merge 2011-10-03 14:09:19 +02:00
Robert Lehmann
0f47e55787 Respect gettext_compact in message patching too. 2011-10-03 14:08:33 +02:00
Robert Lehmann
77329bf497 Closes #561: Add configuration option to prevent catalog bundling. 2011-10-03 13:20:53 +02:00