summaryrefslogtreecommitdiff
path: root/tests/test_directive_only.py
Commit message (Collapse)AuthorAgeFilesLines
* A happy new year!Takeshi KOMIYA2021-01-011-1/+1
| | | | | | | .. note:: $ find sphinx tests LICENSE doc/conf.py -type f -exec sed -i '' -e 's/2007\-20../2007-2021/' {} \; $ git co sphinx/locale/**/*.js sphinx/templates/epub3/mimetype
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
|
* 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.
* 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
| |
| * Reduce DeprecationWarningTakeshi KOMIYA2017-07-311-1/+1
| |
* | Remove deprecated feature: sphinx.util.nodes.process_only_nodes()Takeshi KOMIYA2017-04-271-2/+1
|/
* Year++Takeshi KOMIYA2017-03-261-1/+1
|
* Fix flake8 violationsTakeshi KOMIYA2017-01-261-2/+2
|
* pytest: remove deprecated with_app decorator functionsshimizukawa2017-01-061-3/+2
|
* Refactor: move process_only_nodes() to sphinx.util.nodesTakeshi KOMIYA2016-10-111-1/+2
|
* Obligatory copyright update.Georg Brandl2016-01-141-1/+1
|
* Merge branch 'stable'Georg Brandl2015-01-031-1/+1
|
* Complete test suite overhaul.Georg Brandl2014-09-211-7/+3
| | | | | | | | | | | | * 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
* rename test filesTakayuki Shimizukawa2014-08-101-0/+60