summaryrefslogtreecommitdiff
path: root/tests/test_setup_command.py
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'stable'Takeshi KOMIYA2017-03-261-1/+1
|\
| * Year++Takeshi KOMIYA2017-03-261-1/+1
| |
* | setuptools: Support multiple buildersStephen Finucane2017-02-281-0/+18
|/ | | | | | | | | | | | | | | | | At present, the 'builder' option for the setuptools integration only supports a single output format, typically HTML, like so: [build_sphinx] builder = man There is value in being able to specify multiple format, like so: [build_sphinx] builder = html man Make this possible. Signed-off-by: Stephen Finucane <stephen@that.guru>
* Fix flake8 violationsTakeshi KOMIYA2017-01-261-4/+3
|
* pytest: nitsshimizukawa2017-01-061-1/+2
|
* pytest migrationshimizukawa2017-01-041-49/+50
|
* Add ``--warning-is-error`` option to setup.py commandTadej Janež2016-06-301-0/+22
|
* Obligatory copyright update.Georg Brandl2016-01-141-1/+1
|
* Merge branch 'stable'Georg Brandl2015-01-031-1/+1
|\
| * all: update copyrightGeorg Brandl2015-01-031-1/+1
| |
* | Complete test suite overhaul.Georg Brandl2014-09-211-2/+7
|/ | | | | | | | | | | | * 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
* Now Sphinx exits with non-zero status code if builder status is not success. ↵Takayuki Shimizukawa2014-08-291-1/+12
| | | | Closes #508.
* Update copyright year.Georg Brandl2014-03-011-1/+1
|
* fix test error; can't remove empty directory problem on Windows.Takayuki Shimizukawa2013-12-081-1/+1
|
* Make sure setup_command test can always import SphinxDmitry Shachnev2013-10-051-0/+5
|
* grammar fix: 'multibyte filename' is ambiguous. They are replaced with ↵Takayuki Shimizukawa2013-10-031-2/+2
| | | | 'non-ASCII filename'. refs #703
* small grammar fix in multibyte filename messagesGeorg Brandl2013-10-011-1/+1
|
* When Sphinx couldn't decode multibyte filename, now Sphinx notices ↵Takayuki Shimizukawa2013-09-281-2/+9
| | | | UnicodeError and continuing if possible instead of raise exception. Closes #703
* Fix again: NFC/NFD normalizing problem. Closes #1142Takayuki Shimizukawa2013-09-181-0/+82