summaryrefslogtreecommitdiff
path: root/tests/test_docutilsconf.py
Commit message (Collapse)AuthorAgeFilesLines
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
|
* test: Give freshenv=True to test_docutilsconf for windows environmentTakeshi KOMIYA2019-02-091-2/+2
|
* refactor: test-docutilsconfTakeshi KOMIYA2019-02-091-72/+14
| | | | Use options for reST parser instead of HTML4 writer's.
* encoding keyword for path.text() and path.write_text() is no longer neededTakeshi KOMIYA2019-01-031-2/+2
|
* Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
| |
* | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | In Python 3, the default encoding of source files is utf-8. The encoding cookie is now unnecessary and redundant so remove it. For more details, see the docs: https://docs.python.org/3/howto/unicode.html#the-string-type > The default encoding for Python source code is UTF-8, so you can > simply include a Unicode character in a string literal ... Includes a fix for the flake8 header checks to stop expecting an encoding cookie.
* | refactor: Remove u-prefix from stringsTakeshi KOMIYA2018-12-161-1/+1
| |
* | Merge branch 'master' into change_master_doc_to_indexTakeshi KOMIYA2018-09-291-4/+0
|\ \
| * | Drop branches for sys.version_info < (3, 4)Takeshi KOMIYA2018-09-221-4/+0
| |/
* | The default setting for master_doc is changed to 'index'Takeshi KOMIYA2018-09-041-2/+2
|/
* Let docutils know the location of ``docutils.conf`` for SphinxTakeshi KOMIYA2018-04-221-7/+17
|
* Fix flake8 violationsTakeshi KOMIYA2018-02-191-0/+1
|
* Merge branch 'happy_new_year' into masterTakeshi KOMIYA2018-01-011-1/+1
|\
| * A happy new year!Takeshi KOMIYA2018-01-011-1/+1
| |
* | Fix flake8 violationsTakeshi KOMIYA2017-12-231-1/+1
| |
* | Merge branch 'stable'Takeshi KOMIYA2017-06-251-0/+4
|\ \ | |/
| * Mark tests as xfail/skip to allow successful runAndy Neebel2017-06-141-0/+4
| |
* | Merge branch 'stable'Takeshi KOMIYA2017-05-161-2/+2
|\ \ | |/
| * refs #3458: add sphinx.testing that are moved from /tests directory.shimizukawa2017-05-141-2/+3
| |
* | Remove deprecated testing utilitiesTakeshi KOMIYA2017-04-271-2/+2
|/
* Year++Takeshi KOMIYA2017-03-261-1/+1
|
* pytest: remove deprecated with_app decorator functionsshimizukawa2017-01-061-9/+10
|
* 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-65/+20
| | | | | | | | | | | | | | | | | | | | | | | | * 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
* | merge with stableTakayuki Shimizukawa2014-08-121-2/+29
|\ \ | |/
| * * On Python3 environment, docutils.conf with 'source_link=true' in the ↵Takayuki Shimizukawa2014-08-121-2/+29
| | | | | | | | general section cause type error. Closes #1531
* | remove 'six' name except importing line.Takayuki Shimizukawa2014-04-301-2/+2
| |
* | introduce the six module and reduce sphinx.util.pycompat implementation. ↵Takayuki Shimizukawa2014-04-291-2/+3
|/ | | | refs #1350.
* Update copyright year.Georg Brandl2014-03-011-1/+1
|
* Add test for docutils.conf and prevent 'html4css1.css' missing warning.Takayuki Shimizukawa2013-07-271-0/+101
Now --embed-stylesheet option default become false.