summaryrefslogtreecommitdiff
path: root/sphinx/ext
Commit message (Expand)AuthorAgeFilesLines
* Fix #9210: viewcode: crashed if non importable modules found on parallel buildTakeshi KOMIYA2021-05-121-4/+5
* Merge branch '4.0.x' into 9188_warning_for_autosummary_generateTakeshi KOMIYA2021-05-101-1/+1
|\
| * Fix #9189: autodoc: crashed by ValueError on generating signature of propertyTakeshi KOMIYA2021-05-091-1/+1
* | Fix #9188: autosummary: warning if list is set to autosummary_generateTakeshi KOMIYA2021-05-091-1/+1
|/
* Add mathjax3_config config optionMatthias Geier2021-04-241-3/+14
* Merge branch '4.0.x' into 9110_restify_GenericAliasTakeshi KOMIYA2021-04-201-1/+8
|\
| * Fix #9095: autodoc: TypeError is raised on processing broken metaclassTakeshi KOMIYA2021-04-191-1/+8
* | Fix #9110: autodoc: metadata of GenericAlias is not rendered as a reference i...Takeshi KOMIYA2021-04-191-2/+1
|/
* Merge pull request #9084 from tk0miya/8731_docs_for_napoleon_preprocess_typesTakeshi KOMIYA2021-04-131-1/+1
|\
| * doc: Add docs for napoleon_preprocess_typesTakeshi KOMIYA2021-04-111-1/+1
* | fixup! sphinx.ext.extlinks: Allow ``%s`` in link caption stringMerry Bass2021-04-111-18/+29
* | sphinx.ext.extlinks: Allow ``%s`` in link caption stringMerry Bass2021-04-111-9/+16
|/
* Merge pull request #9064 from tk0miya/refactor_type_annotationTakeshi KOMIYA2021-04-081-1/+1
|\
| * refactor: Add Optional to type annotationsTakeshi KOMIYA2021-04-081-1/+1
* | refactor: Use PEP-526 based variable annotationTakeshi KOMIYA2021-04-085-26/+26
|/
* Merge branch 'master' into refactor_type_annotation2Takeshi KOMIYA2021-04-081-12/+2
|\
| * Merge pull request #8841 from AWhetter/autodoc_signatures_without_backslashTakeshi KOMIYA2021-04-041-12/+2
| |\
| | * Overloaded function signatures do not require a separating backslashAshley Whetter2021-03-271-12/+2
* | | refactor: use raw Type for type annotationsTakeshi KOMIYA2021-04-043-3/+3
|/ /
* | Use __init__ type hints in "description" modeMatt Wozniski2021-03-271-2/+0
* | Add autodoc_typehint_undoc optionMatt Wozniski2021-03-272-2/+53
|/
* Close #5603: autodoc: Allow to refer to a python object using canonical nameTakeshi KOMIYA2021-03-271-0/+18
* Deprecate DocumenterBridge.warn()Takeshi KOMIYA2021-03-221-0/+3
* Rename DocumenterBridge.filename_set to record_dependenciesTakeshi KOMIYA2021-03-212-6/+12
* refactor: Use PEP-526 based variable annotation (sphinx.ext)Takeshi KOMIYA2021-03-1515-68/+68
* Merge pull request #8983 from tk0miya/7523_autodoc_propertyTakeshi KOMIYA2021-03-151-2/+14
|\
| * Fix #7383: autodoc: Support typehints for propertiesTakeshi KOMIYA2021-03-131-2/+14
* | refactor: Add a type alias for the option_spec of directives; OptionSpecTakeshi KOMIYA2021-03-137-20/+32
|/
* Close #7549: autosummary: Enable autosummary_generate by defaultTakeshi KOMIYA2021-03-101-1/+1
* Fix #759: autodoc: Add sphinx.ext.autodoc.preserve_defaults extensionTakeshi KOMIYA2021-03-062-0/+89
* intersphinx: Support pending_xref_conditionTakeshi KOMIYA2021-03-061-5/+18
* Merge pull request #8939 from tk0miya/8938_imgconverter_show_OSErrorTakeshi KOMIYA2021-02-281-3/+3
|\
| * Fix #8938: imgconverter: Show the error of the command availability checkTakeshi KOMIYA2021-02-271-3/+3
* | Merge pull request #8935 from tk0miya/8933_viewcode_backlink_on_parallel_buildTakeshi KOMIYA2021-02-281-1/+8
|\ \ | |/ |/|
| * Fix #8933: viewcode: Failed to create back-links on parallel buildTakeshi KOMIYA2021-02-261-1/+8
* | Close #8924: autodoc: Support `bound` argument for TypeVarTakeshi KOMIYA2021-02-241-0/+2
|/
* Merge branch '3.x'Takeshi KOMIYA2021-02-172-4/+8
|\
| * Fix #8883: autodoc: AttributeError on assigning __annotations__Takeshi KOMIYA2021-02-161-3/+3
| * Sometimes _viewcode_modules can be False; don't crash when it isDustin Spicuzza2021-02-151-1/+5
* | Merge branch '3.x' into merge_3.x_into_masterjfbu2021-02-041-1/+16
|\ \ | |/
| * Merge pull request #8297 from pbudzyns/exclude-members-fixTakeshi KOMIYA2021-02-041-1/+16
| |\
| | * Merge remote-tracking branch 'upstream/3.x' into exclude-members-fixpbudzyns2021-02-0131-679/+1526
| | |\
| | * | check if autodoc_defaults are str, fix testspbudzyns2021-02-011-3/+3
| | * | code formatpbudzyns2021-01-291-1/+2
| | * | add private-members as extendablepbudzyns2021-01-291-1/+1
| | * | local options handlingpbudzyns2021-01-291-2/+1
| | * | redundant '+' has no effectpbudzyns2021-01-251-0/+5
| | * | add more extendable options and testspbudzyns2021-01-251-1/+2
| | * | add more extendable options and testspbudzyns2021-01-251-4/+8
| | * | local exclude-members option fixroot2020-10-061-1/+6