summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Closed branch psuter/fix-makebat-latexpdf-mechanism-to-cd-bac-1411635021827psuter/fix-makebat-latexpdf-mechanism-to-cd-bac-1411635021827shimizukawa2014-09-280-0/+0
* Fix ``make.bat latexpdf`` mechanism to ``cd`` back to the build directory. (s...Peter Suter2014-09-251-1/+1
* workaround for testing: `\xbb` will be replaced with `/xbb` by `replace(os.se...shimizukawa2014-09-241-1/+1
* * update CHANGES for pull request #294.shimizukawa2014-09-241-0/+2
* Merge with defaulttk0miya2014-09-23161-4533/+5048
|\
| * merge headsGeorg Brandl2014-09-230-0/+0
| |\
| | * merge with stableGeorg Brandl2014-09-230-0/+0
| | |\
| | | * * update CHANGES for pull request #288, #1512shimizukawa2014-09-231-1/+4
| | | * Merged in tk0miya/sphinx/stable (pull request #288)Takayuki Shimizukawa2014-09-239-16/+45
| | | |\
| | | * | Fix #1512 env.record_dependency crashes on multibyte directoriestk0miya2014-09-153-3/+31
| * | | | * update CHANGES for pull request #291.shimizukawa2014-09-231-0/+2
| * | | | Merged in tk0miya/sphinx (pull request #291)Takayuki Shimizukawa2014-09-232-0/+9
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Fix cannot capture title of literal_block node by xreftk0miya2014-08-242-0/+9
| * | | | Make remaining builtin extensions parallel-read-proof.Georg Brandl2014-09-227-20/+43
| * | | | Document env-merge-info event, add parallel reading to changelogGeorg Brandl2014-09-223-1/+23
| * | | | Fix default for verbosity option (crashes on Py3).Georg Brandl2014-09-222-3/+2
| * | | | Fix a memory leak in the parallel impl. ParallelChunked is now unnecessary.Georg Brandl2014-09-223-61/+51
| * | | | Switch sphinx.cmdline to optparse.Georg Brandl2014-09-222-160/+157
| * | | | Add a possibility to later execute finishing-up tasks in parallel.Georg Brandl2014-09-223-50/+74
| * | | | Refactor parallel process into a base class that executes any task, and a der...Georg Brandl2014-09-224-66/+103
| * | | | Factor out parallel building into a utility class. Better error handlingGeorg Brandl2014-09-225-126/+169
| * | | | Test suite fixes after env.update() change.Georg Brandl2014-09-223-23/+13
| * | | | [WIP] parallel readGeorg Brandl2014-09-2229-89/+313
| * | | | Move status_iterator to application object.Georg Brandl2014-09-225-52/+62
| * | | | Change extension setup() return value to a dictionary of metadata.Georg Brandl2014-09-2220-31/+43
| * | | | autodoc: minor PEP8 adjustmentsGeorg Brandl2014-09-221-24/+35
| * | | | env: minor comment clarificationGeorg Brandl2014-09-221-3/+3
| * | | | doctest: minor PEP8 adjustmentsGeorg Brandl2014-09-221-11/+19
| * | | | Instantiate our source class directly, this lets us get rid of the method-loc...Georg Brandl2014-09-221-26/+31
| * | | | cpp domain: minor PEP8 cleanupGeorg Brandl2014-09-221-18/+16
| * | | | add a paragraph about sphinx-contrib on the front pageGeorg Brandl2014-09-221-0/+3
| * | | | Raise env version for the ref_context introduction.Georg Brandl2014-09-221-2/+4
| * | | | Fix the docs index sidebar for unreleased versions.Georg Brandl2014-09-221-1/+1
| * | | | Rename env-read-docs to env-before-read-docs, add changelog entry and fixup t...Georg Brandl2014-09-226-59/+35
| * | | | Merged in guillemNaN/sphinx (pull request #261)Georg Brandl2014-09-22324-32481/+38697
| |\ \ \ \
| | * | | | remove a few unused importsGeorg Brandl2014-09-213-4/+1
| | * | | | Fixup windows newlines.Georg Brandl2014-09-2115-1374/+1374
| | * | | | Minor PEP8 cleanup.Georg Brandl2014-09-218-29/+74
| | * | | | flush stdout after printing messages, might fix output ordering on drone.ioGeorg Brandl2014-09-211-0/+2
| | * | | | add a bullet point about keeping tests fastGeorg Brandl2014-09-211-0/+5
| | * | | | 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-2183-1769/+1488