summaryrefslogtreecommitdiff
path: root/tests/test_docutilsconf.py
Commit message (Expand)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
* 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
* | 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
* | merge with stableTakayuki Shimizukawa2014-08-121-2/+29
|\ \ | |/
| * * On Python3 environment, docutils.conf with 'source_link=true' in the genera...Takayuki Shimizukawa2014-08-121-2/+29
* | remove 'six' name except importing line.Takayuki Shimizukawa2014-04-301-2/+2
* | introduce the six module and reduce sphinx.util.pycompat implementation. refs...Takayuki Shimizukawa2014-04-291-2/+3
|/
* 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