Commit Graph
100 Commits
Author SHA1 Message Date
Georg Brandl 9814097315 Fix test_env by supplying a dummy imgpath to the HTML builder. 2012-07-29 19:27:28 +02:00
Georg Brandl fe8ed35dfb Make it clearer how autodoc special comments have to be formatted. 2012-03-17 16:54:17 +01:00
Georg Brandl 1949bb17e7 Fixes #900: remove Nepali translations that must be wrong 2012-03-17 16:51:47 +01:00
Georg Brandl d83e416ecf Add new changelog heading for next release 2012-03-10 22:23:52 +01:00
Georg Brandl 88a9a263e1 Bump version post-release. 2012-03-10 21:53:30 +01:00
Georg Brandl 38d41bdfaa Added tag 1.1.3 for changeset db20c81e10dc 2012-03-10 21:52:55 +01:00
Georg Brandl 9bff8f206c Fix force_decode() to work on Python 3. 2012-03-10 21:50:06 +01:00
Georg Brandl 0adcbc43af Bump version to 1.1.3. 2012-03-10 21:42:25 +01:00
Georg Brandl 4cf1afb064 Fix code style nits. 2012-03-10 21:39:40 +01:00
Georg Brandl 6afd9ce2d6 Add a comment explaining part of visit_image. 2012-03-10 21:29:03 +01:00
Georg Brandl 729565b7a9 Fixes #795: explain that titles on the same level as the document heading cannot be put into only directives. 2012-03-10 21:21:43 +01:00
Georg Brandl fae8a17026 Fixes #836: catch AttributeError when retrieving __dict__ attribute. 2012-03-10 21:11:07 +01:00
Georg Brandl 7ecc658c71 Fixes #816: Fix encoding issues in the Qt help builder. 2012-03-10 21:02:08 +01:00
Georg Brandl 95f0155227 Fixes #873: do not raise assertion errors on empty "only" directives. 2012-03-10 19:36:22 +01:00
Georg Brandl 17591ffe93 Fixes #892: Fix single-HTML builder misbehaving with the master document in a subdirectory. 2012-03-10 19:24:03 +01:00
Georg Brandl b21f7931fa Add "in-development" version tag. 2012-03-10 19:14:46 +01:00
Georg Brandl 87c50b6605 Fixes #870: silence spurious KeyErrors when removing documents. 2012-03-10 19:09:01 +01:00
Georg Brandl c60c8e6f7d Add some changelog entries. 2012-03-10 18:47:33 +01:00
Georg Brandl 75ec8f27d5 Fixes #875 and #876: use the right file mode to successfully read config files under 2.x and 3.x. 2012-03-10 18:45:14 +01:00
Georg Brandl 219905a3be Fixes #874: do not use __file__ anymore after changing cwd. 2012-03-10 18:29:23 +01:00
Georg Brandl 4ff9c71c91 Closes #810: fix deprecation warnings with Python 3. What is left over is from nose or docutils. 2012-01-29 12:23:17 +01:00
Georg Brandl cc8a4a8126 Closes #817: note that math markup in docstrings needs to take care of backslashes. 2012-01-29 12:06:02 +01:00
Georg Brandl a710c68ccf Another issue fixed. 2012-01-29 12:03:30 +01:00
Georg Brandl 1bef661b48 Closes #831: Provide `--project` flag in setup_command as advertised. 2012-01-29 12:02:30 +01:00
Georg Brandl 0c316f22eb Closes #844: Fix crashes when dealing with Unicode output in doctest extension. 2012-01-29 11:58:23 +01:00
Georg Brandl 03152f8b60 Closes #834: Fix HTML help language/encoding mapping for all Sphinx supported languages. 2012-01-29 11:47:22 +01:00
Georg Brandl 8f9b88f27f Closes #832: Fix crashes when putting comments or lone terms in a glossary. 2012-01-29 11:36:12 +01:00
Georg Brandl f150be8d25 Closes #854: Fix inheritance_diagram raising attribute errors on builtins. 2012-01-29 11:28:09 +01:00
Georg Brandl af51c6c633 Closes #852: Fix HtmlHelp index entry links again. 2012-01-29 11:24:25 +01:00
Georg Brandl b15eb0c086 Closes #853: Restore compatibility with docutils trunk. 2012-01-29 11:20:12 +01:00
Georg Brandl d16875f3e2 Closes #851: Recognize and warn about circular toctrees, instead of running into recursion errors. 2012-01-29 11:13:49 +01:00
Georg Brandl b1c5572d8e Closes #862: Fix handling of `-D and -A` options on Python 3. 2012-01-29 10:46:39 +01:00
Georg Brandl a6512317bf Closes #864: Fix crash with some settings of :confval:modindex_common_prefix. 2012-01-29 10:43:31 +01:00
Georg Brandl 5b63fbfd44 Closes #860: Do not crash when encountering invalid doctest examples, just emit a warning. 2012-01-29 10:29:44 +01:00
Georg Brandl 5727c053c2 Closes #859: Fix exception under certain circumstances when not finding appropriate objects to link to. 2012-01-29 10:25:34 +01:00
Georg Brandl fa100632c3 Closes #695: When the highlight language "python" is specified explicitly, do not try to parse the code to recognize non-Python snippets.
Thanks to Jonas Haag for the patch.
2012-01-29 10:21:01 +01:00
Georg Brandl 77ba999505 Add changelog entry. 2012-01-29 10:12:07 +01:00
Georg Brandl 5abf089569 Add changelog entry. 2012-01-29 10:09:34 +01:00
Georg Brandl 913bfd8e0c Add changelog entry. 2012-01-29 10:08:27 +01:00
Georg Brandl 3f2c019ea7 Merged in frasertweedale/sphinx (pull request #37) 2012-01-29 10:06:49 +01:00
Georg Brandl 00ed3ae8a9 PR#40: Fix `safe_repr` function to decode bytestrings with non-ASCII characters correctly. 2012-01-29 10:00:28 +01:00
Georg Brandl 1e44ab00e3 Added tag 1.1.2 for changeset 7d389fe78ee9 2011-11-01 21:43:01 +01:00
Georg Brandl cc1ca3a43a Closes #809: Include custom fixers in the source distribution. 2011-11-01 21:40:52 +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 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
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
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
Georg Brandl 262d8a0e5f Re-add monkey patch whose removal made latex build fail. 2011-10-02 19:54:35 +02:00
Georg Brandl 411f82d9b9 Fix markup test with latest pygments-related updates. 2011-10-02 19:39:42 +02:00
Georg Brandl 7fd561a359 Merge with 1.0 2011-10-02 17:51:07 +02:00
Georg Brandl 975f9c7eaa Fix #778: Fix "hide search matches" link on pages linked by search. 2011-10-02 17:50:37 +02:00
Georg Brandl fb6b76a6c3 Merge with 1.0. 2011-09-25 08:49:05 +02:00
Georg Brandl c2ceb79881 More version-compatibility hack removals. 2011-09-25 08:47:56 +02:00
Georg Brandl fa10e813e3 Remove docutils monkey-patches that are no longer needed with >= 0.7. 2011-09-25 08:43:23 +02:00
Georg Brandl d7305c82da Remove compatibility code for Pygments < 1.2. 2011-09-25 08:39:09 +02:00
Georg Brandl 452a41ba8a Fix tests in the face of docutils 0.6. 2011-09-25 08:37:35 +02:00
Georg Brandl 142c15093a Upgrade the version requirements. 2011-09-25 08:31:27 +02:00
Georg Brandl 947f64592f Post-release updates. 2011-09-23 22:07:48 +02:00
Georg Brandl 2c77c05473 Merge with 1.0 2011-09-23 22:03:34 +02:00
Georg Brandl 3689ba8298 Added tag 1.0.8 for changeset 61cb589edeba 2011-09-23 22:01:22 +02:00
Georg Brandl be6aa3940e Shorten long lines. 2011-09-23 21:58:09 +02:00
Georg Brandl cd5e11abee Remove "Modules" suffix for project header. 2011-09-23 11:42:18 +02:00
Georg Brandl 09b5e1736c Add reference to odt2sphinx. 2011-09-23 11:36:32 +02:00
Georg Brandl d02d07e992 Switch off pagerefs in production lists. 2011-09-23 11:26:56 +02:00
Georg Brandl ded4bee328 Add note about inclusion with the "include" directive. 2011-09-23 11:22:35 +02:00
Georg Brandl 87a417b3b1 Add Elemental. 2011-09-23 11:16:40 +02:00
Georg Brandl a0b27776f1 Fix output for complicated signatures in latex. 2011-09-23 11:15:14 +02:00
Georg Brandl 4abbe95a9c Merge with 1.0 2011-09-23 11:03:23 +02:00
Georg Brandl f04abffe60 Fix index. 2011-09-23 11:00:45 +02:00
Georg Brandl 69f7e07681 Fix #627: Fix tracebacks for AttributeErrors in autosummary generation. 2011-09-23 10:46:43 +02:00
Georg Brandl 757d0013a7 Fix the `abbr` role when the abbreviation has newlines in it. 2011-09-23 10:40:18 +02:00
Georg Brandl 01f45a12c7 Fix #727: Fix the links to search results with custom object types. 2011-09-23 10:38:18 +02:00
Georg Brandl db87ed440c Fix #648: Fix line numbers reported in warnings about undefined references. 2011-09-23 09:46:24 +02:00
Georg Brandl 25d41d8ed1 Merge with 1.0 2011-09-23 08:06:12 +02:00
Georg Brandl fef4faf50d Changelog entry for C++ domain changes. 2011-09-23 08:02:55 +02:00