summaryrefslogtreecommitdiff
path: root/sphinx/directives
Commit message (Expand)AuthorAgeFilesLines
* Ensure ObjectDescription signature nodes include line numbers (#10249)Jeremy Maitin-Shepard2022-06-231-0/+11
* `rawsource` is deprecated in `docutils.nodes.Text`Adam Turner2022-04-221-1/+1
* Fix #10318: literalinclude: :prepend: option working with :dedent:Takeshi KOMIYA2022-04-021-2/+2
* Merge branch '4.x'Takeshi KOMIYA2022-03-194-33/+1
|\
| * Collapse single line docstringsAdam Turner2022-02-201-2/+1
| * Remove copyright and licence fieldsAdam Turner2022-02-204-18/+0
| * Fix module docstring indentationAdam Turner2022-02-204-8/+8
| * Fix module docstring first lineAdam Turner2022-02-201-2/+1
| * Remove module titles in docstringsAdam Turner2022-02-194-12/+0
* | Merge branch '4.x'Takeshi KOMIYA2022-01-172-2/+2
|\ \ | |/
| * Merge pull request #10078 from danieleades/refactor/unused-loop-control-varia...Takeshi KOMIYA2022-01-162-2/+2
| |\
| | * address some unused loop control variables (B007)Daniel Eades2022-01-122-2/+2
* | | Merge branch '4.x'Takeshi KOMIYA2022-01-161-3/+3
|\ \ \ | |/ /
| * | code-block: Pass list of strings ends with CR code to dedent_lines()Takeshi KOMIYA2022-01-151-3/+3
| * | Merge branch '4.x' into HEADTakeshi KOMIYA2022-01-154-27/+40
| |\ \ | | |/
| * | Fix: 9636: code-block: Do not remove newlines with :dedent:Latosha Maltba2021-09-211-1/+1
| * | code-block: Handle ``0`` as numeric argument in :dedent:Latosha Maltba2021-09-211-1/+1
* | | Merge branch '4.x'Takeshi KOMIYA2022-01-091-3/+3
|\ \ \ | | |/ | |/|
| * | Fix mypy violations (with mypy-0.931)Takeshi KOMIYA2022-01-091-1/+1
| * | Merge branch '4.3.x' into 4.xTakeshi KOMIYA2022-01-091-2/+2
| |\ \
| | * | Fix mypy violations (with mypy-0.931)Takeshi KOMIYA2022-01-091-2/+2
* | | | Merge branch '4.x'Takeshi KOMIYA2022-01-031-1/+1
|\ \ \ \ | |/ / /
| * | | Migrate to Node.findall() from Node.traverse()Takeshi KOMIYA2022-01-031-1/+1
* | | | Merge branch '4.x'Takeshi KOMIYA2022-01-021-4/+3
|\ \ \ \ | |/ / /
| * | | i18n: meta strings are not translated with docutils-0.18Takeshi KOMIYA2022-01-021-4/+3
| |/ /
* | | Merge branch '4.x'Takeshi KOMIYA2022-01-014-4/+4
|\ \ \ | |/ /
| * | A happy new year!Takeshi KOMIYA2022-01-014-4/+4
* | | refactor: Remove RemovedInSphinx50Warning (partially)Takeshi KOMIYA2021-12-171-11/+0
|/ /
* | Merge branch '4.x' into 9623_suppress_warnings_for_excluded_document_in_toctreeTakeshi KOMIYA2021-11-101-5/+16
|\ \
| * | Fix #9688: ImportError for set_classes()Takeshi KOMIYA2021-10-091-0/+1
| * | Merge branch '4.x' into class-option-for-code-directiveTakeshi KOMIYA2021-10-091-5/+14
| |\ \
| | * | Support docutils-0.18; Meta directive and meta node has movedTakeshi KOMIYA2021-10-031-5/+14
| | |/
| * | Fix bug of Sphinx's .. code:: directive not recognizing :class: optionLatosha Maltba2021-10-031-0/+1
| |/
* | Fix #9623: Separate warning type 'toc.not_readable' to 'toc.excluded'Takeshi KOMIYA2021-11-101-1/+3
* | Close #9623: Allow to suppress warnings on excluded document found in toctreeTakeshi KOMIYA2021-09-121-1/+2
* | Fix i18n: messages in sphinx.directives.other are not translatedTakeshi KOMIYA2021-09-121-7/+7
* | refactor: Use logger.warning() instead of reporter.warning()Takeshi KOMIYA2021-09-121-13/+13
|/
* Decl styling, move desc dynamic classes to domain base classJakob Lykke Andersen2021-04-121-0/+1
* refactor: Use PEP-526 based variable annotation (sphinx.directives)Takeshi KOMIYA2021-03-234-15/+15
* refactor: Add a type alias for the option_spec of directives; OptionSpecTakeshi KOMIYA2021-03-134-15/+18
* Close #8487: csv-table now considers abspath as relpath from srcdirTakeshi KOMIYA2021-03-091-12/+25
* Fix wrong directive name in warning messagesTakeshi KOMIYA2021-03-071-2/+2
* 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-161-3/+5
|\ \ | |/
| * Fix #2030: automatic dedent support in code-block directiveTakeshi KOMIYA2021-01-131-3/+5
* | Merge branch '3.x'Takeshi KOMIYA2021-01-081-5/+7
|\ \ | |/
| * refactor: Update typehints for ObjectDescription using GenericTakeshi KOMIYA2021-01-031-5/+7
* | Merge branch '3.x'Takeshi KOMIYA2021-01-014-4/+4
|\ \ | |/
| * A happy new year!Takeshi KOMIYA2021-01-014-4/+4