| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | A happy new year! | Takeshi KOMIYA | 2020-01-01 | 1 | -1/+1 |
| | | |||||
| * | test: Give freshenv=True to test_docutilsconf for windows environment | Takeshi KOMIYA | 2019-02-09 | 1 | -2/+2 |
| | | |||||
| * | refactor: test-docutilsconf | Takeshi KOMIYA | 2019-02-09 | 1 | -72/+14 |
| | | | | | Use options for reST parser instead of HTML4 writer's. | ||||
| * | encoding keyword for path.text() and path.write_text() is no longer needed | Takeshi KOMIYA | 2019-01-03 | 1 | -2/+2 |
| | | |||||
| * | Merge branch '1.8' | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 |
| |\ | |||||
| | * | A happy new year! | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 |
| | | | |||||
| * | | Remove unnecessary encoding cookie from Python source files | Jon Dufresne | 2018-12-16 | 1 | -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 strings | Takeshi KOMIYA | 2018-12-16 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' into change_master_doc_to_index | Takeshi KOMIYA | 2018-09-29 | 1 | -4/+0 |
| |\ \ | |||||
| | * | | Drop branches for sys.version_info < (3, 4) | Takeshi KOMIYA | 2018-09-22 | 1 | -4/+0 |
| | |/ | |||||
| * | | The default setting for master_doc is changed to 'index' | Takeshi KOMIYA | 2018-09-04 | 1 | -2/+2 |
| |/ | |||||
| * | Let docutils know the location of ``docutils.conf`` for Sphinx | Takeshi KOMIYA | 2018-04-22 | 1 | -7/+17 |
| | | |||||
| * | Fix flake8 violations | Takeshi KOMIYA | 2018-02-19 | 1 | -0/+1 |
| | | |||||
| * | Merge branch 'happy_new_year' into master | Takeshi KOMIYA | 2018-01-01 | 1 | -1/+1 |
| |\ | |||||
| | * | A happy new year! | Takeshi KOMIYA | 2018-01-01 | 1 | -1/+1 |
| | | | |||||
| * | | Fix flake8 violations | Takeshi KOMIYA | 2017-12-23 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'stable' | Takeshi KOMIYA | 2017-06-25 | 1 | -0/+4 |
| |\ \ | |/ | |||||
| | * | Mark tests as xfail/skip to allow successful run | Andy Neebel | 2017-06-14 | 1 | -0/+4 |
| | | | |||||
| * | | Merge branch 'stable' | Takeshi KOMIYA | 2017-05-16 | 1 | -2/+2 |
| |\ \ | |/ | |||||
| | * | refs #3458: add sphinx.testing that are moved from /tests directory. | shimizukawa | 2017-05-14 | 1 | -2/+3 |
| | | | |||||
| * | | Remove deprecated testing utilities | Takeshi KOMIYA | 2017-04-27 | 1 | -2/+2 |
| |/ | |||||
| * | Year++ | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 |
| | | |||||
| * | pytest: remove deprecated with_app decorator functions | shimizukawa | 2017-01-06 | 1 | -9/+10 |
| | | |||||
| * | Obligatory copyright update. | Georg Brandl | 2016-01-14 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'stable' | Georg Brandl | 2015-01-03 | 1 | -1/+1 |
| |\ | |||||
| | * | all: update copyright | Georg Brandl | 2015-01-03 | 1 | -1/+1 |
| | | | |||||
| * | | Complete test suite overhaul. | Georg Brandl | 2014-09-21 | 1 | -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 stable | Takayuki Shimizukawa | 2014-08-12 | 1 | -2/+29 |
| |\ \ | |/ | |||||
| | * | * On Python3 environment, docutils.conf with 'source_link=true' in the ↵ | Takayuki Shimizukawa | 2014-08-12 | 1 | -2/+29 |
| | | | | | | | | | general section cause type error. Closes #1531 | ||||
| * | | remove 'six' name except importing line. | Takayuki Shimizukawa | 2014-04-30 | 1 | -2/+2 |
| | | | |||||
| * | | introduce the six module and reduce sphinx.util.pycompat implementation. ↵ | Takayuki Shimizukawa | 2014-04-29 | 1 | -2/+3 |
| |/ | | | | refs #1350. | ||||
| * | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 |
| | | |||||
| * | Add test for docutils.conf and prevent 'html4css1.css' missing warning. | Takayuki Shimizukawa | 2013-07-27 | 1 | -0/+101 |
| Now --embed-stylesheet option default become false. | |||||
