summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Exception logs now contain the last 10 messages emitted by Sphinx.Georg Brandl2014-09-175-7/+28
|
* Closes #1561: fix typo and indentation.Georg Brandl2014-09-071-6/+6
|
* Post-release bump.shimizukawa2014-09-022-1/+5
|
* Added tag 1.2.3 for changeset 1aecc0bb5db6shimizukawa2014-09-020-0/+0
|
* Bump to 1.2.3.1.2.3shimizukawa2014-09-012-5/+5
|
* run `make check` and correct errors.shimizukawa2014-09-012-3/+6
|
* Add source comment to explain why is the second argument (msgnode) not ↵shimizukawa2014-08-301-0/+6
| | | | needed. Refs #1300, 8d51df20d4
* Add documentation for supported image types and choosing priority for each ↵shimizukawa2014-08-292-18/+57
| | | | builders. refs #1358.
* Now Sphinx exits with non-zero status code if builder status is not success. ↵shimizukawa2014-08-293-2/+19
| | | | Closes #508.
* Fix: footnotes from table get displayed twice in LaTeX. To fix this, ↵shimizukawa2014-08-262-0/+5
| | | | restoring footnote support hotfix for tabulary.sty that had been lost at f938a95 for #949. Closes #1522
* `make text` generate wrong table when it has empty table cells. Closes #1544shimizukawa2014-08-263-2/+29
|
* * gettext does not extract nodes.line in a table or list. Closes #1477shimizukawa2014-08-263-0/+123
|
* refactoringshimizukawa2014-08-261-18/+32
|
* pull request #130 has been merged by hand.shimizukawa2014-08-252-0/+6
|
* Update for pull request #282.shimizukawa2014-08-241-2/+2
|
* Fix tests has broken by changset:bb0211a65072tk0miya2014-08-242-2/+2
|
* Update CHANGES for pull request #281.shimizukawa2014-08-241-0/+2
|
* Fix #1509 TODO extension not compatible with websupporttk0miya2014-08-241-1/+2
| | | | | | | | | | websupport assigns UID to every node on reading phase and reads it on writing phase. but `todolist` directive generates new paragraph node on resolving phase. This problem will occur any extensions that generate paragraph nodes on resolving phase. This fix changes websupport ignores paragraph node not having UIDs.
* * fix a310af0 to add missing pt_PT, vi locales. refs #1403.shimizukawa2014-08-206-0/+1680
|
* ues sphinx.util.force_decode if doc is not unicode.shimizukawa2014-08-151-1/+3
|
* * importing the pull request #270 change to stable: Non-ASCII docstring ↵shimizukawa2014-08-152-0/+5
| | | | cause UnicodeDecodeError when uses with inheritance-diagram directive. Thanks to WAKAYAMA shirou. Closes #1533
* * On Python3 environment, docutils.conf with 'source_link=true' in the ↵shimizukawa2014-08-123-3/+36
| | | | general section cause type error. Closes #1531
* * tiny update for changesshimizukawa2014-08-121-1/+1
|
* * adding new sphinx supported system languages. closes #1403.shimizukawa2014-08-1177-29354/+29387
| | | | * update all catalogs from transifex.
* `sphinx-apidoc` command now have a `--version` option to show version ↵shimizukawa2014-07-252-0/+13
| | | | information and exit. closes #1518
* * Fix: Non-ASCII filename raise exception on make singlehtml, latex, man, ↵shimizukawa2014-07-134-11/+27
| | | | texinfo and changes. Closes #1508
* use test generator nosetests feature.shimizukawa2014-07-122-50/+22
|
* * Fix: py:function directive generate incorrectly signature when specifying ↵shimizukawa2014-07-123-1/+47
| | | | a default parameter with an empty list `[]`. Closes #1503
* * Fix: autodoc, autosummary: importing setup.py will invoke setup process ↵shimizukawa2014-07-053-3/+13
| | | | and execute `sys.exit()`. Now sphinx avoids SystemExit exception and emits warnings without unexpected termination. Closes #1226
* * In autodoc, fix display of parameter defaults containing backslashes. ↵shimizukawa2014-07-023-1/+11
| | | | Closes #1502
* * With non-callable `setup` in a conf.py, now sphinx-build emits ↵shimizukawa2014-06-303-2/+19
| | | | user-friendly error message. Closes #1499
* * Fix: autosummary can't handle nested classes correctly. Closes #1441shimizukawa2014-06-215-13/+32
|
* * Fix exception on Python3 if nonexistent method is specified by automethod. ↵shimizukawa2014-06-093-0/+8
| | | | Closes #1467
* * add Open Dylan site for 'examples'.shimizukawa2014-06-071-0/+2
|
* Fix: make-mode will work with sphinx-build command that is generated from ↵shimizukawa2014-05-252-5/+9
| | | | | | setup.py entry_points definition. This fix relates to https://bitbucket.org/birkenfeld/sphinx/pull-request/203/add-make-mode-to-sphinx-build-invoked-by/diff#comment-1133945
* Fix: In python3 environment, make linkcheck cause "Can't convert 'bytes'shimizukawa2014-05-042-1/+8
| | | | | object to str implicitly" error when link target url has a hash part. Thanks to Jorge_C. Closes #1457
* fix: make-mode can't handle extra options that passed as SPHINXOPTSshimizukawa2014-05-031-2/+2
|
* refactoring the test_autosummary.pyshimizukawa2014-04-121-53/+45
|
* * Fix: autosummary does not create the description from attributes ↵shimizukawa2014-04-114-2/+89
| | | | docstring. Closes #1444
* Add an example how to connect events.Georg Brandl2014-03-261-1/+12
|
* Closes #636: Keep straight single quotes in literal blocks in the LaTeX build.Georg Brandl2014-03-253-1/+10
|
* #1431: add some missing styles to the epub CSSGeorg Brandl2014-03-251-0/+70
|
* Fix i18n: missing python domain's cross-references with currentmodule ↵shimizukawa2014-03-235-3/+65
| | | | | | | | | directive or currentclass directive. refs #1363 * node attributes 'py:module', 'py:class' is provided from environment (e.x. currentmodule directive is provided on previous line, not on node) * Because translation nodes are parsed in independently, 'provided attributes by environment' are not exist. * For a pending_xref nodes, all attributes of a translated xref node should be same as original xref node in current test cases. * For the above reasons, I overwrite all attributes from origonal node to new translated xref node.
* Fix: Generated i18n sphinx.js files are missing message catalog entries ↵shimizukawa2014-03-2137-36/+39
| | | | from '.js_t' and '.html'. The issue was introduced from Sphinx-1.1. Closes #1419
* Add more projects to examples.Georg Brandl2014-03-051-1/+3
|
* Add Ceph.Georg Brandl2014-03-051-0/+1
|
* Add warnings that autodoc imports the modules.Georg Brandl2014-03-054-11/+51
|
* Post-release bump.Georg Brandl2014-03-022-1/+8
|
* Added tag 1.2.2 for changeset 14b315a7d010Georg Brandl2014-03-020-0/+0
|
* Bump to 1.2.2.1.2.2Georg Brandl2014-03-022-5/+5
|