summaryrefslogtreecommitdiff
path: root/sphinx/ext/doctest.py
Commit message (Expand)AuthorAgeFilesLines
* refactor: Use PEP-526 based variable annotationTakeshi KOMIYA2021-04-081-7/+7
* refactor: Add a type alias for the option_spec of directives; OptionSpecTakeshi KOMIYA2021-03-131-5/+10
* Merge branch '3.x'Takeshi KOMIYA2021-01-011-1/+1
|\
| * A happy new year!Takeshi KOMIYA2021-01-011-1/+1
* | Do isortTakeshi KOMIYA2020-11-121-2/+2
* | Merge branch '3.x'Takeshi KOMIYA2020-11-121-1/+1
|\ \ | |/
| * Sort imports with isortFrançois Freitag2020-11-111-1/+2
* | Merge branch '3.x'Takeshi KOMIYA2020-08-081-1/+11
|\ \ | |/
| * Close #6698: doctest: Add :no-trim-doctest-flags: optionsTakeshi KOMIYA2020-08-051-1/+11
| * Add stacklevel parameter to warnings.warn() callTakeshi KOMIYA2020-05-031-1/+1
* | Remove deprecated features marked as RemovedInSphinx40WarningTakeshi KOMIYA2020-04-291-8/+0
* | Hello TYPE_CHECKING!Takeshi KOMIYA2020-03-071-2/+2
* | Deprecate codes for python 3.5Takeshi KOMIYA2020-03-071-2/+1
|/
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* Replace `a and b or c` by the more legible `b if a or c`.Antony Lee2019-12-211-3/+3
* Fix mypy violations (for mypy-0.730)Takeshi KOMIYA2019-10-061-2/+2
* Fix type annotation for python 3.5.1Takeshi KOMIYA2019-07-131-1/+2
* Merge branch '2.1.3' into 2.0Takeshi KOMIYA2019-07-131-1/+1
|\
| * Fix mypy violations (for mypy-0.720)Takeshi KOMIYA2019-07-131-1/+1
* | Migrate to py3 style type annotation: sphinx.ext.doctestTakeshi KOMIYA2019-07-041-61/+38
|/
* Merge branch '2.0'Takeshi KOMIYA2019-03-071-1/+1
|\
| * Clean up import for annotationsTakeshi KOMIYA2019-03-061-1/+1
* | Add a helper method ``SphinxDirective.set_source_info()``Takeshi KOMIYA2019-03-031-2/+1
|/
* Merge branch '1.8' into 2.0Takeshi KOMIYA2019-03-021-11/+19
|\
| * Fix #6068: doctest: ``skipif`` option may remove the code block from document...Takeshi KOMIYA2019-02-281-10/+19
* | Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\ \ | |/
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
* | Merge pull request #5509 from stephenfin/remove-future-importsTakeshi KOMIYA2018-12-171-1/+0
|\ \
| * | py3: Remove (most) __future__ importsStephen Finucane2018-12-171-1/+0
* | | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
|/ /
* | Use Python 3 super() argument-less syntaxJon Dufresne2018-12-151-1/+1
* | Merge branch 'master' into 5770_doctest_refers_highlight_languageTakeshi KOMIYA2018-12-161-20/+19
|\ \
| * | Replace all "unicode" type by "str"Takeshi KOMIYA2018-12-151-19/+18
| * | refactor: Replace six.StringIO by io.StringIOTakeshi KOMIYA2018-12-151-1/+1
* | | Fix #5770: doctest: Follow highlight_language on highlighting doctest blockTakeshi KOMIYA2018-12-151-2/+8
|/ /
* | Move to py3 mode for mypy (and remove many "type: ignore" comments)Takeshi KOMIYA2018-12-151-13/+8
* | Fix annotations for Directives (Replace N_co with nodes.Node)Takeshi KOMIYA2018-12-011-2/+2
* | Fix annotations for extensionsTakeshi KOMIYA2018-12-011-1/+2
* | Fix annotations for minor methods and functionsTakeshi KOMIYA2018-11-301-2/+2
* | Merge pull request #5675 from tk0miya/refactor_superTakeshi KOMIYA2018-11-281-1/+1
|\ \
| * | refactor: Use super() to call methods of superclassTakeshi KOMIYA2018-11-281-1/+1
* | | Fix annotaions for extensionsTakeshi KOMIYA2018-11-281-2/+2
|/ /
* | Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA2018-11-241-0/+1
* | Remove use of six.binary_typeJon Dufresne2018-11-111-4/+2
* | Replace all six.itervalues()/.iteritems() with .values()/.items()Jon Dufresne2018-09-231-5/+5
* | Merge branch 'master' into HEADTakeshi KOMIYA2018-09-221-33/+24
|\ \
| * | Fix flake8 violationTakeshi KOMIYA2018-09-221-1/+0
| * | Merge branch 'master' into openTakeshi KOMIYA2018-09-221-30/+22
| |\ \
| | * | refactoring: Drop PY2 and PY3 flagsTakeshi KOMIYA2018-09-221-29/+21
| | |/
| | * Fix #5417: Sphinx fails to build with syntax error in Python 2.7.5Takeshi KOMIYA2018-09-161-1/+1