summaryrefslogtreecommitdiff
path: root/tests/test_directive_code.py
Commit message (Expand)AuthorAgeFilesLines
* Allow parallel execution of tests in ``test_search`` (#11292)Martin Liška2023-04-051-1/+1
* Enable Ruff's pylint 'PLC2201' checkAdam Turner2022-12-301-4/+4
* `.read_text()` -> `.read_text(encoding='utf8')`Adam Turner2022-04-271-13/+13
* Review: Use `list`Adam Turner2022-04-241-1/+1
* Use `Node.findall`Adam Turner2022-04-221-1/+1
* Fix #10318: literalinclude: :prepend: option working with :dedent:Takeshi KOMIYA2022-04-021-0/+13
* Collapse single line docstringsAdam Turner2022-02-201-2/+1
* Remove copyright and licence fieldsAdam Turner2022-02-201-3/+0
* Fix module docstring indentationAdam Turner2022-02-201-2/+2
* Fix module docstring first lineAdam Turner2022-02-201-2/+1
* Remove module titles in docstringsAdam Turner2022-02-191-3/+0
* Fix a flake8 warningTakeshi KOMIYA2022-01-151-0/+1
* Merge branch '4.x' into HEADTakeshi KOMIYA2022-01-151-2/+2
|\
| * Migrate to Node.findall() from Node.traverse()Takeshi KOMIYA2022-01-031-1/+1
| * A happy new year!Takeshi KOMIYA2022-01-011-1/+1
* | Add tests for :dedent: option of code-block directiveLatosha Maltba2021-09-211-0/+26
|/
* html: html_codeblock_linenos_style defaults to 'inline' (refs: #7849)Takeshi KOMIYA2021-01-261-75/+19
* Fix #2030: automatic dedent support in code-block directiveTakeshi KOMIYA2021-01-131-0/+8
* A happy new year!Takeshi KOMIYA2021-01-011-1/+1
* 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