summaryrefslogtreecommitdiff
path: root/sphinx/util
Commit message (Expand)AuthorAgeFilesLines
* Fix mypy violations for v0.981 (#10875)Adam Turner2022-09-272-10/+11
* Fix `get_terminal_width` on Windows (#10842)Steffen Rehberg2022-09-201-15/+3
* Refactor `util.docutils.new_document()` cache (#10805)Adam Turner2022-09-071-6/+11
* Fix more strict static typing errors (#10681)danieleades2022-08-285-17/+29
* Remove unneeded `noqa` lint suppression comments (#10772)danieleades2022-08-281-1/+1
* Further improve type annotations, reduce mypy whitelist (#10770)danieleades2022-08-281-1/+1
* Fix flake8 5.0.0 reported formatting errorsdaniel.eades2022-08-011-1/+2
* Update include_patterns implementation (#10680)Adam Turner2022-07-231-3/+2
* Merge branch '5.0.x' into 5.xTakeshi KOMIYA2022-07-231-2/+2
|\
| * Fix mypy violations (with mypy-0.971)Takeshi KOMIYA2022-07-231-2/+2
* | Improve static typing strictness (#10569)danieleades2022-07-189-24/+35
* | Add `include_patterns` as the opposite of `exclude_patterns` (#10518)Adam Turner2022-07-173-10/+89
* | Use Docutils 0.19 footnote styles (#10599)Adam Turner2022-07-041-1/+38
* | Remove redundant static typing casts (#10612)danieleades2022-07-021-2/+2
* | Merge branch '5.0.x' into 5.xJean-François B2022-06-301-2/+2
|\ \ | |/
| * Fix build failure for Docutils 0.18.0 (#10597)Jean-François B2022-06-251-2/+2
* | Use the `flake8-comprehensions` lint plugin (#10601)danieleades2022-06-263-3/+3
* | 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
| |\