summaryrefslogtreecommitdiff
path: root/sphinx/util
Commit message (Expand)AuthorAgeFilesLines
* Fix #9838: autodoc: AttributeError is raised for lru_cacheTakeshi KOMIYA2021-11-211-2/+11
* Merge pull request #9828 from tk0miya/9618_gettext_allow_fuzzy_translationsTakeshi KOMIYA2021-11-101-2/+2
|\
| * Close #9618: i18n: Add gettext_allow_fuzzy_translationsTakeshi KOMIYA2021-11-101-2/+2
* | Replace distutils.versions.LooseVersion by packaging.version.VersionTakeshi KOMIYA2021-11-071-2/+2
|/
* ntersphinx_disabled_refs, type renameJakob Lykke Andersen2021-10-311-2/+2
* Intersphinx, refactoringJakob Lykke Andersen2021-10-311-1/+2
* Fix a flake8 warningTakeshi KOMIYA2021-10-311-3/+4
* Merge pull request #9656 from sdhiscocks/suppress_warning_subtype_noneTakeshi KOMIYA2021-10-311-1/+2
|\
| * Fix issue with warnings without subtype being incorrectly suppressedSteven Hiscocks2021-09-201-1/+2
* | Merge pull request #9772 from gibsondan/loggingflushTakeshi KOMIYA2021-10-311-0/+5
|\ \
| * | Closes #9733: Fix for logging handler flushing warnings in the middle of the ...gibsondan2021-10-251-0/+5
* | | Fix #9757: autodoc_inherit_docstrings does not effect to overriden classmethodsTakeshi KOMIYA2021-10-301-1/+3
* | | Merge branch '4.x' into 9756_classmethod_not_having_funcTakeshi KOMIYA2021-10-272-3/+3
|\ \ \
| * | | Support docutils-0.18: Consume iterator of Element.traverse()Takeshi KOMIYA2021-10-271-2/+2
| * | | Make util.typing.restify sanitise unreproducible output (eg. memory addresses)Chris Lamb2021-10-231-1/+1
* | | | Fix #9756: autodoc: Crashed if classmethod does not have __func__ attributeTakeshi KOMIYA2021-10-231-1/+1
|/ / /
* | | Merge branch '4.x' into 9607_incorrect_orig_basesTakeshi KOMIYA2021-09-271-0/+2
|\ \ \
| * | | Close #9664: autodoc: autodoc-process-bases supports reST snippetTakeshi KOMIYA2021-09-231-0/+2
| | |/ | |/|
* | | Fix #9607: autodoc: Incorrect base class detectionTakeshi KOMIYA2021-09-201-0/+15
|/ /
* | Merge pull request #9640 from tk0miya/9639_support_asyncgenfunctionTakeshi KOMIYA2021-09-181-1/+2
|\ \
| * | Close #9639: autodoc: Support asynchronous generator functionsTakeshi KOMIYA2021-09-171-1/+2
| |/
* | Fix #9630: autodoc: Failed to build xrefs if primary_domain is not 'py'Takeshi KOMIYA2021-09-141-34/+34
|/
* Merge pull request #9611 from tk0miya/9560_NewType_moduleTakeshi KOMIYA2021-09-111-3/+11
|\
| * Close #9560: autodoc: Allow to refer NewType with modname in py310+Takeshi KOMIYA2021-09-051-3/+11
* | Fix typos discovered by codespellChristian Clauss2021-09-084-5/+5
|/
* Merge branch '4.x' into 9564-fix_highlighted_code_role_smartquotesTakeshi KOMIYA2021-08-291-0/+2
|\
| * Merge pull request #9590 from tk0miya/9589_AnnotatedTakeshi KOMIYA2021-08-291-0/+2
| |\
| | * Fix #9589: autodoc: typing.Annotated has wrongly been renderedTakeshi KOMIYA2021-08-291-0/+2
* | | Check complete ancestry of text nodes for smartquotes eligibility.Justin Turner Arthur2021-08-211-7/+9
|/ /
* | Merge pull request #9530 from tacaswell/fix_numpy_class_attributeTakeshi KOMIYA2021-08-111-2/+3
|\ \
| * | FIX: do not try to compute the boolean value of a numpy arrayThomas A Caswell2021-08-061-2/+3
* | | Merge branch '4.1.x' into 4.xTakeshi KOMIYA2021-08-111-8/+6
|\ \ \ | |/ / |/| / | |/
| * Fix #9537: autodoc: Some typing.* objects are brokenTakeshi KOMIYA2021-08-111-2/+4
| * Fix #9504: autodoc: generate incorrect reference to the parent classTakeshi KOMIYA2021-07-311-6/+2
| * Fix #9512: sphinx-build: crashed with the HEAD of Python 3.10Takeshi KOMIYA2021-07-301-6/+6
* | Merge branch '4.x' into 4.xJames2021-08-0210-38/+65
|\ \
| * \ Merge branch '4.x' into bugfix/get-type-hintsyanyongyu2021-07-301-6/+6
| |\ \
| | * \ Merge pull request #9513 from tk0miya/9512_types.UnionTypesTakeshi KOMIYA2021-07-301-6/+6
| | |\ \
| | | * | Fix #9512: sphinx-build: crashed with the HEAD of Python 3.10Takeshi KOMIYA2021-07-301-6/+6
| | | |/
| * | | Fix uncatched exception in get type hintsyanyongyu2021-07-291-0/+3
| |/ /
| * | Fix #9481: autosummary: some warnings contain non-existing filenamesTakeshi KOMIYA2021-07-252-1/+9
| * | Merge branch 'sphinx-doc:4.x' into 4.xLouis Maddox2021-07-232-11/+14
| |\ \
| | * \ Merge branch '4.1.x' into 4.xTakeshi KOMIYA2021-07-232-11/+14
| | |\ \ | | | |/
| | | * Fix #9490: autodoc: Some typing.* objects are brokenTakeshi KOMIYA2021-07-231-6/+6
| | | * Fix #9489: autodoc: Custom types using typing.NewType are brokenTakeshi KOMIYA2021-07-231-5/+8
| * | | Merge branch 'sphinx-doc:4.x' into 4.xLouis Maddox2021-07-192-2/+16
| |\ \ \ | | |/ /
| | * | Merge pull request #9464 from Gobot1234/4.xTakeshi KOMIYA2021-07-201-1/+4
| | |\ \
| | * | | Close #9445: autodoc: Support class propertiesTakeshi KOMIYA2021-07-171-1/+12
| | | |/ | | |/|
| * | | Improve sphinx.util.nodes docstringsLouis Maddox2021-07-181-5/+5
| * | | Improve sphinx.util.matching docstringsLouis Maddox2021-07-181-2/+4