summaryrefslogtreecommitdiff
path: root/sphinx/directives/other.py
Commit message (Expand)AuthorAgeFilesLines
* refactor: Use PEP-526 based variable annotation (sphinx.directives)Takeshi KOMIYA2021-03-231-6/+6
* refactor: Add a type alias for the option_spec of directives; OptionSpecTakeshi KOMIYA2021-03-131-6/+7
* Merge branch '3.x'Takeshi KOMIYA2021-01-301-0/+1
|\
| * Fix #8072: Directive hlist not implemented in LaTeXjfbu2021-01-281-0/+1
* | Merge branch '3.x'Takeshi KOMIYA2021-01-011-1/+1
|\ \ | |/
| * A happy new year!Takeshi KOMIYA2021-01-011-1/+1
* | Merge branch '3.x'Takeshi KOMIYA2020-11-121-3/+2
|\ \ | |/
| * Sort imports with isortFrançois Freitag2020-11-111-3/+2
| * Preserve backwards compatibilityPeter Bell2020-07-161-2/+5
| * Require canonical name to be specified when calling deprecated_aliasPeter Bell2020-07-151-1/+1
* | Close #8201: Emit a warning if toctree contains duplicated entriesTakeshi KOMIYA2020-09-131-1/+7
* | Remove deprecated features marked as RemovedInSphinx40WarningTakeshi KOMIYA2020-04-291-11/+0
* | Hello TYPE_CHECKING!Takeshi KOMIYA2020-03-071-3/+2
|/
* refactor: Update type annotations in sphinx.*Takeshi KOMIYA2020-02-231-2/+2
* Fix #6581: :reversed: for toctree does not effect to LaTeX buildTakeshi KOMIYA2020-02-061-0/+1
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* Move sphinx.directives.other:Index to sphinx.domains.indexTakeshi KOMIYA2019-12-291-26/+12
* Replace `a and b or c` by the more legible `b if a or c`.Antony Lee2019-12-211-1/+1
* Migrate to py3 style type annotation: sphinx.directives.otherTakeshi KOMIYA2019-06-081-28/+18
* 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-6/+5
|/
* 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
* | Use Python 3 super() argument-less syntaxJon Dufresne2018-12-151-2/+2
* | Replace all "unicode" type by "str"Takeshi KOMIYA2018-12-151-3/+2
* | Fix annotationsTakeshi KOMIYA2018-12-081-1/+2
* | Fix annotations: Give Any type to state.memo to conceal errorsTakeshi KOMIYA2018-12-031-7/+8
* | Fix annotations for Directives (Replace N_co with nodes.Node)Takeshi KOMIYA2018-12-011-25/+28
* | Fix annotations for directivesTakeshi KOMIYA2018-11-291-12/+12
* | refactor: Use super() to call methods of superclassTakeshi KOMIYA2018-11-281-2/+2
* | Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA2018-11-241-0/+1
* | Fix typehints: sphinx.directivesTakeshi KOMIYA2018-11-061-2/+2
* | Merge branch '1.8'Takeshi KOMIYA2018-10-161-23/+1
|\ \ | |/
| * Revert "Improve warning messages during including (refs: #4818)"Takeshi KOMIYA2018-10-141-23/+1
* | Remove uses of six.moves that did not cause any type errorsJon Dufresne2018-09-231-1/+0
|/
* Fix #4379: toctree shows confusible warning when document is excludedTakeshi KOMIYA2018-09-021-4/+9
* Move VersionChanges directive to sphinx.domains.changesetTakeshi KOMIYA2018-08-021-66/+2
* refactor: Move repository of changesets to domain from envTakeshi KOMIYA2018-08-021-2/+2
* Escape raw stringsStephen Finucane2018-06-201-1/+1
* Improve warning messages during including (refs: #4818)Takeshi KOMIYA2018-04-221-1/+23
* Merge branch '1.7'Takeshi KOMIYA2018-04-221-32/+42
|\
| * Fix toctree directive tries to glob for URL having query_stringTakeshi KOMIYA2018-04-161-2/+3
| * Refactor toctree directiveTakeshi KOMIYA2018-04-151-32/+42
* | Merge branch '1.7'Takeshi KOMIYA2018-04-141-1/+1
|\ \ | |/
| * Fix #4812: autodoc ignores type annotated variablesTakeshi KOMIYA2018-04-081-1/+1
* | Add SphinxDirective as a helperTakeshi KOMIYA2018-03-311-30/+26
* | Merge branch '1.7'Takeshi KOMIYA2018-03-181-3/+2
|\ \ | |/
| * Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA2018-03-131-3/+2