| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Closes #1623: Return types specified with ``:rtype:`` are now turned into ↵ | Georg Brandl | 2014-11-12 | 1 | -1/+1 |
| | | | | | links if possible. | ||||
| * | Merged in tk0miya/sphinx (pull request #303) | Takayuki Shimizukawa | 2014-10-09 | 1 | -0/+16 |
| |\ | | | | | | | Add :numref: role to refer figures, tables and code-blocks by its fignum | ||||
| | * | fixed issues with line numbering not being showed correctly. | Jeppe Pihl | 2014-10-02 | 1 | -1/+1 |
| | | | |||||
| | * | #1583: Allow the line numbering of the directive `literalinclude` to match ↵ | Jeppe Pihl | 2014-09-30 | 1 | -0/+16 |
| | | | | | | | | | that of the included file, using a new ``lineno-match`` option. | ||||
| * | | Update testcases for :numref: | tk0miya | 2014-10-02 | 2 | -0/+4 |
| |/ | |||||
| * | Merged in tk0miya/sphinx (pull request #291) | Takayuki Shimizukawa | 2014-09-23 | 1 | -0/+4 |
| |\ | | | | | | | Fix cannot capture title of literal_block node by xref | ||||
| | * | Fix cannot capture title of literal_block node by xref | tk0miya | 2014-08-24 | 1 | -0/+4 |
| | | | |||||
| * | | Split viewcode and linkcode tests out of main test root. | Georg Brandl | 2014-09-21 | 1 | -29/+10 |
| | | | |||||
| * | | Complete test suite overhaul. | Georg Brandl | 2014-09-21 | 14 | -311/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * rename a few test modules to make the names more consistent * do not copy/use Sphinx from build/ (unnecessary without 2to3) * use a temporary dir for *all* test projects, the source tree will stay pristine that way (default is tests/build) * speed up tests by ~3x by splitting up test projects and avoiding rebuilds | ||||
| * | | Closes #1284: Program options documented with :rst:dir:`option` can now ↵ | Georg Brandl | 2014-09-20 | 1 | -0/+4 |
| | | | | | | | | | start with ``+``. | ||||
| * | | Add tests for "any" role and default-role setting. Fix some minor bugs with ↵ | Georg Brandl | 2014-09-19 | 1 | -0/+19 |
| |/ | | | | "any". | ||||
| * | rename "literal.inc.orig", too easy to delete together with other merge ↵ | Georg Brandl | 2014-09-07 | 2 | -1/+1 |
| | | | | | backup files | ||||
| * | Fix #1381 :rfc: and :pep: roles support custom link text | tk0miya | 2014-08-20 | 1 | -0/+2 |
| | | |||||
| * | add test and document about diff params in literalinclude. | WAKAYAMA Shirou | 2014-08-12 | 2 | -0/+16 |
| | | |||||
| * | Merged in lennart0901/sphinx (pull request #260) | Takayuki Shimizukawa | 2014-08-03 | 1 | -0/+4 |
| |\ | | | | | | | Encode underscore in citation labels for latex export | ||||
| | * | * refactoring: metadata (docinfo) type normalization and add test. | shimizukawa | 2014-08-02 | 1 | -0/+4 |
| | | | |||||
| * | | Escape underscore in citation labels for latex export | Lennart Fricke | 2014-07-31 | 2 | -0/+2 |
| |/ | |||||
| * | compress static PNG images with optipng -o10 | Lars Buitinck | 2014-07-22 | 3 | -0/+0 |
| | | | | | Average reduction in file size of 20%. | ||||
| * | Merge | Dmitry Shachnev | 2014-01-20 | 1 | -2/+2 |
| |\ | |||||
| | * | Modernize the code now that Python 2.5 is no longer supported | Dmitry Shachnev | 2014-01-19 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | - Use print function instead of print statement; - Use new exception handling; - Use in operator instead of has_key(); - Do not use tuple arguments in functions; - Other miscellaneous improvements. This is based on output of `futurize --stage1`, with some manual corrections. | ||||
| * | | Makes suggested changes before adding napoleon to sphinx | Rob Ruana | 2014-01-19 | 1 | -1/+1 |
| | | | |||||
| * | | Merged birkenfeld/sphinx into default | Rob Ruana | 2014-01-19 | 3 | -1/+18 |
| |\ \ | |||||
| | * | | The deprecated config values ``exclude_trees``, ``exclude_dirnames`` and ↵ | Georg Brandl | 2014-01-19 | 1 | -1/+0 |
| | | | | | | | | | | | | | ``unused_docs`` have been removed. | ||||
| | * | | Merged in guibog/sphinx2 (pull request #184) | Georg Brandl | 2014-01-19 | 3 | -0/+18 |
| | |\ \ | | |/ | |/| | | | | autodoc extension: add autodoc_mock_imports config value | ||||
| | | * | autodoc extension: add autodoc_mock_imports config value | guibog | 2013-10-23 | 3 | -0/+18 |
| | | | | |||||
| * | | | Merge conflicts | Rob Ruana | 2014-01-18 | 2 | -10/+1 |
| |\ \ \ | |/ / | |||||
| | * | | Remove sphinx.ext.oldcmarkup compatibility extension. | Georg Brandl | 2014-01-17 | 2 | -9/+1 |
| | | | | |||||
| * | | | Merges napoleon extension into mainline sphinx | Rob Ruana | 2014-01-18 | 1 | -1/+2 |
| |/ / | |||||
| * | | merge stable into default | Georg Brandl | 2014-01-11 | 2 | -0/+2 |
| |\ \ | |||||
| | * | | Closes #668: Allow line numbering of ``code-block`` and ``literalinclude`` ↵ | Georg Brandl | 2014-01-11 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | directives #to start at an arbitrary line number, with a new ``lineno-start`` option. | ||||
| | * | | merge stable into default | Georg Brandl | 2014-01-11 | 1 | -0/+1 |
| | |\ \ | |||||
| | | * | | Allow "." and "~" prefixes in inline :param: typedefs. | Virgil Dupras | 2014-01-04 | 1 | -0/+1 |
| | | |/ | |||||
| * | | | * add a test for the parsed-literal directive | Georg Brandl | 2014-01-11 | 1 | -0/+4 |
| |/ / | | | | | | | * adapt test to pygments output versus Sphinx-emulated nohighlighting output | ||||
| * | | Closes #933: Do not crash if an ``:option:`` value is malformed (contains spaces | Georg Brandl | 2014-01-10 | 1 | -0/+1 |
| |/ | | | | but no option name). | ||||
| * | Merged in RelentlessIdiot/sphinx (pull request #149) | Georg Brandl | 2013-09-16 | 1 | -0/+26 |
| |\ | | | | | | | Fix #1203: Do not append space to unknown field names. | ||||
| | * | Fix #1203: Does not append space to unknown field names. | Rob Ruana | 2013-06-23 | 1 | -0/+26 |
| | | | | | | | | | | | | | | | If an unknown field name is encountered, a space is only appended if the field arguments are not empty. Also, only the first character of the field name is upper cased, and the case of the rest of the string remains unchanged. | ||||
| * | | Set up initial test. | Matthias C. M. Troffaes | 2013-08-22 | 2 | -0/+3 |
| |/ | |||||
| * | Fix: Citation target missing cause AssertionError. Closes #1160 | shimizukawa | 2013-05-02 | 1 | -0/+6 |
| | | |||||
| * | fix: paragraphs in versionmodified are ignored when it has no dangling ↵ | Nozomu Kaneko | 2013-01-06 | 1 | -0/+9 |
| | | | | | paragraphs. | ||||
| * | Closes #1108: [text] Correctly number enumerated lists with non-default ↵ | Jonathan Waltman | 2013-02-20 | 2 | -0/+55 |
| | | | | | start values (based on patch by Ewan Edwards). | ||||
| * | Add man_pages config to tests/root/conf.py. | Jonathan Waltman | 2013-01-06 | 1 | -0/+5 |
| | | |||||
| * | Divide test_intl target source files for speed-up. | shimizukawa | 2013-01-06 | 17 | -388/+0 |
| | | |||||
| * | Move "only" directive tests to a seperate test root. | Jonathan Waltman | 2013-01-05 | 2 | -204/+0 |
| | | |||||
| * | Closes #976: Fix gettext does not extract index entries. | shimizukawa | 2013-01-05 | 3 | -0/+109 |
| | | |||||
| * | Closes #940: Fix gettext does not extract figure caption. | shimizukawa | 2013-01-05 | 4 | -0/+42 |
| | | | | | | This is docutils issue. see also: https://sourceforge.net/tracker/?func=detail&aid=3599485&group_id=38414&atid=422032 | ||||
| * | Fix text writer can not handle visit_legend for figure directive contents. | shimizukawa | 2013-01-04 | 1 | -0/+4 |
| | | |||||
| * | Add regression test for gettext does not extract definition terms. Closes #975 | shimizukawa | 2013-01-01 | 3 | -0/+44 |
| | | |||||
| * | Closes #1065: in Makefiles, ignore errors in "rm" using the -f flag, not a ↵ | Georg Brandl | 2012-12-31 | 1 | -1/+1 |
| | | | | | "-" prefix. | ||||
| * | fix #1058 Footnote backlinks do not work | Nozomu Kaneko | 2012-12-19 | 2 | -0/+41 |
| | | |||||
| * | Avoid unusable warning in using i18n translation. Closes #1057. | shimizukawa | 2012-12-16 | 3 | -0/+44 |
| | | | | | And there is related information at pull request #86 | ||||
