summaryrefslogtreecommitdiff
path: root/tests/test_quickstart.py
Commit message (Expand)AuthorAgeFilesLines
* A happy new year!Takeshi KOMIYA2019-01-021-1/+1
* Fix "invalid escape sequence" warnings emitted during testsJon Dufresne2018-11-131-1/+1
* conf.py: Drop epub_author, epub_publisher and epub_copyrightTakeshi KOMIYA2018-08-051-1/+0
* Fix flake8 violationsTakeshi KOMIYA2018-02-191-1/+1
* Merge branch 'happy_new_year' into masterTakeshi KOMIYA2018-01-011-1/+1
|\
| * A happy new year!Takeshi KOMIYA2018-01-011-1/+1
| * refs #3458: add sphinx.testing that are moved from /tests directory.shimizukawa2017-05-141-1/+1
* | Fix flake8 violationsTakeshi KOMIYA2017-12-231-1/+0
* | quickstart: Rework how we collect extensionsStephen Finucane2017-12-031-1/+0
* | quickstart: Rework 'do_prompt' functionStephen Finucane2017-12-031-39/+24
* | sphinx-quickstart: Move code to 'sphinx.cmd'Stephen Finucane2017-10-021-1/+1
* | Merge pull request #3668 from adamjstewart/fixes/apidoc-main-argvTakeshi KOMIYA2017-05-141-2/+1
|\ \
| * | Fix failing unit testsAdam J. Stewart2017-05-111-2/+1
| |/
* | Remove deprecated testing utilitiesTakeshi KOMIYA2017-04-271-3/+1
|/
* Year++Takeshi KOMIYA2017-03-261-1/+1
* pytest: remove deprecated raises and raises_msg assert functionsshimizukawa2017-01-061-2/+4
* pytest: remove deprecated with_tempdir decoratorshimizukawa2017-01-061-7/+1
* Add ``--extensions`` to ``sphinx-quickstart`` to support enable arbitary exte...Takeshi KOMIYA2016-11-021-0/+13
* Merge branch 'stable'Georg Brandl2016-01-141-1/+1
|\
| * Obligatory copyright update.Georg Brandl2016-01-141-1/+1
* | Add sphinx.ext.githubpages to publish the docs on GitHub PagesTakeshi KOMIYA2016-01-061-0/+1
* | Replace pngmath with imgmath in quickstart.Hong Xu2015-12-291-1/+1
|/
* ref #1776: test fixed.shimizukawa2015-03-161-2/+2
* source_suffix can now be a list.Georg Brandl2015-02-081-2/+2
* Added insertion of todo_include_todos config option.Ian Lee2015-02-071-2/+6
* 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-11/+15
* | * Drop Python-3.2. And now, removing 2to3 mechanism procedure has been comple...Takayuki Shimizukawa2014-05-271-2/+2
* | remove 'six' name except importing line.Takayuki Shimizukawa2014-04-301-8/+8
* | use six privided text_type() to replace with unicode() to support py2/py3 in ...Takayuki Shimizukawa2014-04-291-1/+2
* | use six privided functions/classes to support py2/py3 in one source. refs #1350.Takayuki Shimizukawa2014-04-291-17/+14
* | introduce the six module and reduce sphinx.util.pycompat implementation. refs...Takayuki Shimizukawa2014-04-291-5/+5
* | Update copyright year.Georg Brandl2014-03-011-1/+1
|\ \ | |/
| * Update copyright year.Georg Brandl2014-03-011-1/+1
* | Prompt for the document language in sphinx-quickstart.Georg Brandl2014-01-111-0/+1
|/
* grammar fix: 'multibyte filename' is ambiguous. They are replaced with 'non-A...Takayuki Shimizukawa2013-10-031-2/+2
* small grammar fix in multibyte filename messagesGeorg Brandl2013-10-011-1/+1
* When Sphinx couldn't decode multibyte filename, now Sphinx notices UnicodeErr...Takayuki Shimizukawa2013-09-281-2/+7
* refactoring: 'tmpdir' rename to 'tempdir' that is same name in other places.Takayuki Shimizukawa2013-06-131-6/+6
* Fix: Output TeX/texinfo/man filename has no basename (only extention) when us...Takayuki Shimizukawa2013-06-131-0/+22
* fix typo ;)Takayuki Shimizukawa2013-06-131-1/+1
* fix for unicode object syntax. ur'' is meaningless.Takayuki Shimizukawa2013-06-131-4/+4
* Fix "Title underline is short" WARNING is given when using fullwidth characte...Takayuki Shimizukawa2013-06-091-1/+34
* Fix sphinx-quickstart raises UnicodeEncodeError if "Project version" includes...Takayuki Shimizukawa2013-06-091-0/+16
* tests: replace "from util import *" by explicit importsGeorg Brandl2013-04-011-1/+1
* fix: make.bat is always saved with 'LF' instead of 'CRLF' for both Win/Unix.Takayuki Shimizukawa2013-02-101-0/+21
* conf.py now accept CRLF end-of-line.Takayuki Shimizukawa2013-02-101-12/+3
* Copyright update.Georg Brandl2013-01-011-1/+1
* fix: sphinx-quickstart asks again and again Y|N because input() return value ...Takayuki Shimizukawa2012-11-281-0/+19