summaryrefslogtreecommitdiff
path: root/sphinx/util
Commit message (Expand)AuthorAgeFilesLines
* requests.packages is deprecated, import from urllib3 (#10563)Adam Turner2022-06-171-11/+1
* Remove traces of Python 2 and 3.5 (#10560)Adam Turner2022-06-162-9/+0
* logging: always show source locations as absolute paths (#10460)Doug Hellmann2022-06-161-0/+3
* Increase static typing strictness (#10530)Adam Turner2022-06-163-4/+13
* Simplify Sphinx's Stemmer (#10467)Adam Turner2022-06-162-425/+44
* remove unnecessary generators (C400, C401)Daniel Eades2022-06-031-1/+1
* simplify dict key checks (SIM118)Daniel Eades2022-06-031-1/+1
* Fix #9096: sphinx-build: the value of progress bar for paralle build is wrongTakeshi KOMIYA2022-05-161-6/+11
* Remove sphinx.util.docutils.__version_info__ on 7.0Takeshi KOMIYA2022-05-031-3/+2
* Merge pull request #10381 from tk0miya/deprecation_for_docutils-0.13Takeshi KOMIYA2022-05-032-17/+6
|\
| * Remove monkey-patch for docutils-0.13Takeshi KOMIYA2022-05-031-15/+0
| * Deprecate: html5_ready and is_html5_writer_available()Takeshi KOMIYA2022-05-031-2/+6
* | Merge pull request #10353 from tk0miya/10305_optional_forwardref_annotationsTakeshi KOMIYA2022-05-031-0/+6
|\ \ | |/ |/|
| * Fix #10305: autodoc: Failed to extract optional forwardrefsTakeshi KOMIYA2022-04-171-0/+6
* | Merge branch '5.x' into fix-warningsAdam Turner2022-05-022-0/+39
|\ \
| * | Review commentsAdam Turner2022-05-011-19/+5
| * | Schedule removal for 7.0Adam Turner2022-04-301-2/+2
| * | Revert removal of `jsdump` implementationAdam Turner2022-04-301-6/+199
| * | Deprecate `sphinx.util.jsdump`Adam Turner2022-04-271-194/+21
| * | C and C++, refactor attribute listsJakob Lykke Andersen2022-04-171-0/+33
* | | Review: Restore `sphinx.util.docutils.__version_info__` and deprecateAdam Turner2022-04-241-0/+9
* | | `rawsource` is deprecated in `docutils.nodes.Text`Adam Turner2022-04-221-4/+4
* | | Use docutils.__version_info__ directlyAdam Turner2022-04-222-6/+3
* | | Specify encodingAdam Turner2022-04-221-0/+1
|/ /
* | Remove deprecated code for Sphinx 5.0Adam Turner2022-04-171-16/+8
|/
* Fix test_restifyAdam Turner2022-04-091-0/+3
* Merge pull request #10313 from GutiCW/feature-support_mocked_decorator_for_cl...Takeshi KOMIYA2022-04-031-1/+6
|\
| * Use `safe_getattr()` to access `__self__`.Christian Walch2022-04-011-4/+1
| * Move method `isboundmethod()` into sphinx/util/inspect.py.Christian Walch2022-04-011-1/+9
* | Fix #10279: autodoc: Default values are rendered as a string literalTakeshi KOMIYA2022-04-011-1/+4
* | Merge branch '4.x'Takeshi KOMIYA2022-03-272-2/+26
|\ \ | |/
| * Update PEP links in docsHugo van Kemenade2022-03-241-1/+1
| * Merge pull request #10186 from ultmaster/rst-get-language-patchTakeshi KOMIYA2022-03-211-1/+25
| |\
| | * Patch rst get language in docutilsYuge Zhang2022-02-111-1/+25
* | | Merge branch '4.x'Takeshi KOMIYA2022-03-1931-299/+72
|\ \ \ | |/ /
| * | Merge pull request #10260 from hugovk/colour-env-varsTakeshi KOMIYA2022-03-171-0/+4
| |\ \
| | * | Enable FORCE_COLOR and NO_COLOR for terminal colouringHugo van Kemenade2022-03-121-0/+4
| * | | Merge pull request #10212 from AA-Turner/remove-module-docstring-titlesTakeshi KOMIYA2022-03-1431-297/+64
| |\ \ \
| | * | | Collapse single line docstringsAdam Turner2022-02-2026-52/+26
| | * | | Remove copyright and licence fieldsAdam Turner2022-02-2030-90/+1
| | * | | Conform to PEP 257 summary line conventionsAdam Turner2022-02-203-2/+7
| | * | | Fix module docstring indentationAdam Turner2022-02-2031-90/+90
| | * | | Fix module docstring first lineAdam Turner2022-02-2030-60/+30
| | * | | Remove module titles in docstringsAdam Turner2022-02-1931-93/+0
| | |/ /
| * | | Update sphinx/util/cfamily.pyJeremy Maitin-Shepard2022-03-111-3/+3
| * | | Update sphinx/util/cfamily.pyJeremy Maitin-Shepard2022-03-111-1/+1
| * | | [C++] Support attributes on class and union and improve formattingJeremy Maitin-Shepard2022-03-101-2/+4
| |/ /
* | | Merge branch '4.x'Takeshi KOMIYA2022-02-191-2/+10
|\ \ \ | |/ /
| * | Fix #9971: autodoc: TypeError for annotation with unhashable objectTakeshi KOMIYA2022-02-111-2/+10
| |/
* | Merge commit '07110b7557a552ecfe702bdd6a2d2f9685cb1af9'Takeshi KOMIYA2022-02-141-0/+10
|\ \ | |/