summaryrefslogtreecommitdiff
path: root/sphinx/directives
Commit message (Expand)AuthorAgeFilesLines
* Close #8201: Emit a warning if toctree contains duplicated entriesTakeshi KOMIYA2020-09-131-1/+7
* Merge branch '3.x' into masterTakeshi KOMIYA2020-09-131-1/+1
|\
| * Fix #8163: Update warning message for :dedent: optionTakeshi KOMIYA2020-09-051-1/+1
* | Merge branch '3.x'Takeshi KOMIYA2020-07-241-1/+4
|\ \ | |/
| * Preserve backwards compatibilityPeter Bell2020-07-162-25/+47
| * Require canonical name to be specified when calling deprecated_aliasPeter Bell2020-07-152-19/+22
* | Merge commit '05c65163ecd0ce7bdb7c6807de683266b98e5b28'Takeshi KOMIYA2020-07-051-4/+5
|\ \ | |/
| * Fix exception causes in code.pyRam Rachum2020-06-121-4/+5
* | Remove deprecated features marked as RemovedInSphinx40WarningTakeshi KOMIYA2020-04-293-60/+1
* | Merge branch '3.x'Takeshi KOMIYA2020-04-061-0/+10
|\ \ | |/
| * Add ObjectDescription.transform_content()Jakob Lykke Andersen2020-03-291-0/+10
* | Merge branch '3.x'Takeshi KOMIYA2020-03-211-4/+6
|\ \ | |/
| * Simplify backslash strippingJakob Lykke Andersen2020-03-201-22/+2
| * Remove backslash stripping in domains.Jakob Lykke Andersen2020-03-201-2/+24
* | Hello TYPE_CHECKING!Takeshi KOMIYA2020-03-074-11/+8
* | Deprecate codes for docutils-0.13 or 0.14Takeshi KOMIYA2020-03-071-3/+17
|/
* refactor: Set source_info to nodesTakeshi KOMIYA2020-02-291-0/+1
* refactor: Update type annotations in sphinx.*Takeshi KOMIYA2020-02-232-3/+3
* Merge branch '7144_styling_desc_by_domainname' into 3.xTakeshi KOMIYA2020-02-221-0/+2
|\
| * Close #7144: Add CSS class indicating its domain for each desc nodeTakeshi KOMIYA2020-02-161-0/+2
* | Merge branch 'drop_desc_signature_first' into 3.xTakeshi KOMIYA2020-02-221-1/+0
|\ \
| * | Deprecate desc_signature['first']Takeshi KOMIYA2020-02-091-1/+0
| |/
* | Deprecate DescDirectiveTakeshi KOMIYA2020-02-221-4/+8
|/
* Fix #6581: :reversed: for toctree does not effect to LaTeX buildTakeshi KOMIYA2020-02-061-0/+1
* Add new event: :event:`object-description-transform`Takeshi KOMIYA2020-01-251-0/+4
* A happy new year!Takeshi KOMIYA2020-01-014-4/+4
* Move sphinx.directives.other:Index to sphinx.domains.indexTakeshi KOMIYA2019-12-292-28/+15
* Replace `a and b or c` by the more legible `b if a or c`.Antony Lee2019-12-211-1/+1
* Fix #6742: end-before option of literalinclude skips first lineTakeshi KOMIYA2019-10-281-1/+1
* Merge branch '2.1.3' into 2.0Takeshi KOMIYA2019-06-191-0/+1
|\
| * repair white spaceViktor Haag2019-06-181-0/+2
| * Simplify to ensure we're lazily setting the instance field-type-map variableViktor Haag2019-06-181-17/+9
| * mypy type annotations for methods addedViktor Haag2019-06-141-1/+2
| * type declaration for new internal methodViktor Haag2019-06-131-0/+1
| * Explicitly treat ObjectDescription._doc_field_type_map as an instance variableViktor Haag2019-06-131-10/+15
* | refactor: Add data accessors to MathDomainTakeshi KOMIYA2019-06-151-12/+10
* | Migrate to py3 style type annotation: sphinx.directivesTakeshi KOMIYA2019-06-091-26/+17
* | Migrate to py3 style type annotation: sphinx.directives.patchesTakeshi KOMIYA2019-06-091-22/+13
* | Migrate to py3 style type annotation: sphinx.directives.otherTakeshi KOMIYA2019-06-081-28/+18
* | Migrate to py3 style type annotation: sphinx.directives.codeTakeshi KOMIYA2019-06-081-43/+25
|/
* Add :force: option to code directivesTakeshi KOMIYA2019-06-012-5/+11
* Update type annotations for python domainTakeshi KOMIYA2019-03-311-1/+1
* Merge pull request #6197 from sphinx-doc/math_directive_should_support_classesTakeshi KOMIYA2019-03-231-0/+2
|\
| * ``math`` directive does not support ``:class:`` optionTakeshi KOMIYA2019-03-231-0/+2
* | Add ObjectDescription.get_field_type_map()Takeshi KOMIYA2019-03-231-2/+19
|/
* Deprecate imports for compatibilityTakeshi KOMIYA2019-03-171-5/+27
* Merge branch '2.0'Takeshi KOMIYA2019-03-102-12/+73
|\
| * Merge branch '2.0' into 2155_code_directiveTakeshi KOMIYA2019-03-103-6/+7
| |\
| * | Close #2155: Support ``code`` directiveTakeshi KOMIYA2019-03-032-12/+73
* | | Merge branch '2.0'Takeshi KOMIYA2019-03-073-6/+7
|\ \ \ | | |/ | |/|