summaryrefslogtreecommitdiff
path: root/sphinx/directives/other.py
Commit message (Expand)AuthorAgeFilesLines
* Preserve backwards compatibilityPeter Bell2020-07-161-2/+5
* Require canonical name to be specified when calling deprecated_aliasPeter Bell2020-07-151-1/+1
* 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
* | refactor: Move versionlabels to sphinx.directives.otherTakeshi KOMIYA2018-03-031-2/+17
|/
* Fix #4641: A external link in TOC cannot contain "?" with ``:glob:`` optionTakeshi KOMIYA2018-02-191-6/+6
* Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA2018-02-141-2/+3
* Use flake8-import-orderTakeshi KOMIYA2018-01-281-3/+2
* A happy new year!Takeshi KOMIYA2018-01-011-1/+1
* Merge branch 'stable'Takeshi KOMIYA2017-03-261-1/+1
|\
| * Year++Takeshi KOMIYA2017-03-261-1/+1
* | Upgrade to mypy-0.5Takeshi KOMIYA2017-03-031-1/+1
* | Merge branch 'stable'Takeshi KOMIYA2017-01-121-2/+2
|\ \ | |/
| * Fix flake8 violationsTakeshi KOMIYA2017-01-121-2/+2
* | Update type annotationsTakeshi KOMIYA2016-12-151-1/+1