summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | Merged in tk0miya/sphinx (pull request #292)Takayuki Shimizukawa2014-09-261-1/+1
|\ \
| * | workaround for testing: `\xbb` will be replaced with `/xbb` by `replace(os.se...shimizukawa2014-09-241-1/+1
* | | Fix by review commenttk0miya2014-09-261-2/+2
* | | Merge with defaulttk0miya2014-09-242-6/+6
|\ \ \ | |/ / |/| |
| * | do nested_parse() :caption: of code-block directivetk0miya2014-09-192-8/+7
* | | Merge with defaulttk0miya2014-09-2396-2307/+2184
|\ \ \
| * \ \ Merged in tk0miya/sphinx (pull request #291)Takayuki Shimizukawa2014-09-231-0/+4
| |\ \ \
| | * | | Fix cannot capture title of literal_block node by xreftk0miya2014-08-241-0/+4
| | |/ /
| * | | Test suite fixes after env.update() change.Georg Brandl2014-09-222-20/+10
| * | | Rename env-read-docs to env-before-read-docs, add changelog entry and fixup t...Georg Brandl2014-09-222-52/+22
| * | | Merged in guillemNaN/sphinx (pull request #261)Georg Brandl2014-09-22131-1497/+2758
| |\ \ \
| | * | | remove a few unused importsGeorg Brandl2014-09-213-4/+1
| | * | | Fixup windows newlines.Georg Brandl2014-09-2111-171/+171
| | * | | flush stdout after printing messages, might fix output ordering on drone.ioGeorg Brandl2014-09-211-0/+2
| | * | | move new assertion helpers to util.pyGeorg Brandl2014-09-213-36/+38
| | * | | Reimplement assert_in and assert_not_in, they are not in nose in Py2.6.Georg Brandl2014-09-211-2/+11
| | * | | fix incompatibility in doctree between gettext and the restGeorg Brandl2014-09-212-2/+2
| | * | | No need to insist on fresh builds with test_build_*Georg Brandl2014-09-213-7/+7
| | * | | Speed up test_theming using a minimal project.Georg Brandl2014-09-211-1/+1
| | * | | Refactor/speed up test_build_gettext using generatorsGeorg Brandl2014-09-211-22/+11
| | * | | Refactor/speed up test_intl by combining all tests with a certain builder int...Georg Brandl2014-09-212-409/+367
| | * | | Split viewcode and linkcode tests out of main test root.Georg Brandl2014-09-217-95/+250
| | * | | mock is builtin in Py3.Georg Brandl2014-09-211-0/+2
| | * | | Complete test suite overhaul.Georg Brandl2014-09-2180-1764/+1484
| | * | | Test suite adapted after :option: changes.Georg Brandl2014-09-202-4/+5
| | * | | Closes #1284: Program options documented with :rst:dir:`option` can now start...Georg Brandl2014-09-201-0/+4
| | * | | Move env.temp_data content that might be used to resolve references to a new ...Georg Brandl2014-09-201-13/+13
| | * | | Add tests for "any" role and default-role setting. Fix some minor bugs with "...Georg Brandl2014-09-192-0/+22
| | |/ /
| * | | Don't multiply docnames list size per each listener of env-read-docsGuillem Barba2014-09-211-4/+2
| * | | Add unit test for new env-read-docs eventGuillem Barba2014-09-011-0/+54
* | | | Wrap float environment on writing literal_block to latextk0miya2014-09-191-4/+2
| |/ / |/| |
* | | rename "literal.inc.orig", too easy to delete together with other merge backu...Georg Brandl2014-09-072-1/+1
* | | Merge with stableshimizukawa2014-08-3099-460/+2737
|\ \ \ | |_|/ |/| |
| * | Merged in tk0miya/sphinx (pull request #266)Takayuki Shimizukawa2014-08-243-0/+64
| |\ \
| | * | Backed out changeset 177fce4ba59ctk0miya2014-08-202-6/+0
| | * | Fix #1381 :rfc: and :pep: roles support custom link texttk0miya2014-08-202-0/+6
| | * | Merge upstream changestk0miya2014-08-203-0/+64
| | |\ \
| | | * | Rename :filename: option of code-block directive to :caption:tk0miya2014-08-113-0/+64
| * | | | fix fc1901d for py3, again. and add 2 assertionsshimizukawa2014-08-222-2/+6
| * | | | fix fc1901d for py3shimizukawa2014-08-221-1/+2
| * | | | :mod:`~sphinx.ext.viewcode` support imported function/class aliases. Closes #623shimizukawa2014-08-226-0/+112
| * | | | Fix #1381 :rfc: and :pep: roles support custom link texttk0miya2014-08-202-0/+6
| |/ / /
| * | | Merged in tk0miya/sphinx (pull request #269)Takayuki Shimizukawa2014-08-202-16/+16
| |\ \ \
| | * | | Fix #1476 replace <tt> tag by <code>tk0miya2014-08-122-16/+16
| * | | | Merged in tk0miya/sphinx (pull request #274)Takayuki Shimizukawa2014-08-201-0/+15
| |\ \ \ \
| | * | | | Set its URL as a default title value if URL appears in toctreetk0miya2014-08-201-0/+15
| * | | | | Fix RuntimeError with numbered circular toctreetk0miya2014-08-191-0/+35
| |/ / / /
| * | | | Merge with tipshimizukawa2014-08-183-0/+249
| |\ \ \ \
| | * | | | Automatically compile ``*.mo`` files from ``*.po`` files.shimizukawa2014-08-033-0/+249
| * | | | | Merged in tk0miya/sphinx (pull request #268)Takayuki Shimizukawa2014-08-183-4/+55
| |\ \ \ \ \