summaryrefslogtreecommitdiff
path: root/tests/test_directive_code.py
Commit message (Expand)AuthorAgeFilesLines
* test: Use read_text() and read_bytes()Takeshi KOMIYA2020-02-011-13/+13
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* Fix #6887: Sphinx crashes with docutils-0.16b0Takeshi KOMIYA2019-12-141-1/+1
* Fix #6742: end-before option of literalinclude skips first lineTakeshi KOMIYA2019-10-281-0/+8
* Fix flake8 violationsTakeshi KOMIYA2019-07-011-1/+1
* Add :force: option to code directivesTakeshi KOMIYA2019-06-011-0/+6
* test: verify linenothreshold usageJames Knight2019-02-161-0/+49
* Close #1851: Allow to omit an argument for code-block directiveTakeshi KOMIYA2019-02-041-0/+13
* quickstart: Simplify generated conf.py (for latex)Takeshi KOMIYA2019-01-071-6/+6
* encoding keyword for path.text() and path.write_text() is no longer neededTakeshi KOMIYA2019-01-031-10/+10
* Remove coding magic comments from testsTakeshi KOMIYA2019-01-021-24/+21
* Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
| * Fix invalid escape sequence in test_directive_code.pyJon Dufresne2018-12-171-1/+1
* | Merge pull request #5819 from jdufresne/coding-commentTakeshi KOMIYA2018-12-171-1/+0
|\ \
| * | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
* | | Fix invalid escape sequence in test_directive_code.pyJon Dufresne2018-12-161-1/+1
|/ /
* | Merge branch '1.8'jfbu2018-12-161-0/+2
|\ \ | |/
| * LaTeX: allow sphinxVerbatim usage without explicit "hllines" extra setupjfbu2018-12-161-0/+2
* | refactor: Remove u-prefix from stringsTakeshi KOMIYA2018-12-161-20/+20
|/
* Refactor: Add Config.read() as a constructorTakeshi KOMIYA2018-03-231-1/+1
* Fix flake8 violationsTakeshi KOMIYA2018-02-191-1/+2
* A happy new year!Takeshi KOMIYA2018-01-011-1/+1
* Support ``:emphasize-lines:`` in PDF output (closes #1238)jfbu2017-12-101-0/+8
* Mark tests as xfail/skip to allow successful runAndy Neebel2017-06-141-0/+19
* refs #3458: add sphinx.testing that are moved from /tests directory.shimizukawa2017-05-141-56/+65
* Fix flake8 violationsTakeshi KOMIYA2017-05-091-1/+0
* Fix #3108: Show warning if :start-at: and other literalinclude options does n...Takeshi KOMIYA2017-03-261-0/+22
* Merge branch 'stable'Takeshi KOMIYA2017-03-261-1/+1
|\
| * Year++Takeshi KOMIYA2017-03-261-1/+1
* | Add testsRay Lehtiniemi2017-03-111-0/+42
* | literalinclude directive allows combination of :pyobject: and :lines:Takeshi KOMIYA2017-02-221-0/+8
* | Fix typoTakeshi KOMIYA2017-02-181-1/+1
* | Add testcasesTakeshi KOMIYA2017-02-181-0/+23
* | Refactor testcasesTakeshi KOMIYA2017-02-181-121/+41
* | Merge branch 'master' into refactor_literalincludeTakeshi KOMIYA2017-02-171-5/+10
|\ \
| * \ Merge pull request #3413 from jfbu/literalincludelinesJean-François B2017-02-171-3/+8
| |\ \
| | * | disambiguate ``test_literal_include_lineno_match``jfbu2017-02-101-3/+2
| | * | If ``:start-after:`` is used, make ``:lines:`` relative (close: #3412)jfbu2017-02-101-0/+6
| | |/
| * | Reduce DeprecationWarnings for regexpTakeshi KOMIYA2017-02-171-2/+2
| |/
* | Add testcase for :lineno-match: optionTakeshi KOMIYA2017-02-171-6/+30
* | Add testcases for LiteralIncludeReaderTakeshi KOMIYA2017-02-131-1/+173
|/
* Fix flake8 violationsTakeshi KOMIYA2017-01-261-12/+12
* pytest: remove deprecated with_app decorator functionsshimizukawa2017-01-061-17/+19
* Reduce deprecation warnings (refs: #3192)Takeshi KOMIYA2016-12-151-9/+7
* fix tests for latex buildjfbu2016-12-081-14/+16
* Merge pull request #2843 from rthardin/issue_625_start_at_end_atTakeshi KOMIYA2016-10-121-0/+7
|\
| * Added :start-at: and :end-at: parameters for literalincludeRyan Hardin2016-08-101-0/+7
* | Fix #2931: code-block directive with same :caption: causes warning of duplica...Takeshi KOMIYA2016-09-171-8/+8
|/
* Fix style checksVille Skyttä2016-07-071-1/+2