summaryrefslogtreecommitdiff
Commit message (Collapse)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. ↵Peter Suter2014-09-251-1/+1
| | | | | | (see #1520) Set ``%BUILDDIR%`` to an absolute path using the common ``%~dp0`` trick.
* workaround for testing: `\xbb` will be replaced with `/xbb` by ↵shimizukawa2014-09-241-1/+1
| | | | `replace(os.sep, '/')` process on Windows environment.
* * 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 directories
| | | * | 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 xref
| | * | | 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 ↵Georg Brandl2014-09-224-66/+103
| | | | | | | | | | | | | | | | | | | | derived class that executes a batch of the same task.
| * | | | Factor out parallel building into a utility class. Better error handlingGeorg Brandl2014-09-225-126/+169
| | | | | | | | | | | | | | | | | | | | with traceback of the parallel process saved in the error log.
| * | | | 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
| | | | | | | | | | | | | | | | | | | | This makes it possible to introduce more metadata values later.
| * | | | 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 ↵Georg Brandl2014-09-221-26/+31
| | | | | | | | | | | | | | | | | | | | method-local class def.
| * | | | 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 ↵Georg Brandl2014-09-226-59/+35
| | | | | | | | | | | | | | | | | | | | tests.
| * | | | Merged in guillemNaN/sphinx (pull request #261)Georg Brandl2014-09-22324-32481/+38697
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Add env-read-docs event to allow modify docnames list before processing
| | * | | | 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 ↵Georg Brandl2014-09-212-409/+367
| | | | | | | | | | | | | | | | | | | | | | | | into a generator.
| | * | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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