summaryrefslogtreecommitdiff
path: root/sphinx
Commit message (Expand)AuthorAgeFilesLines
* Fix #7023: autodoc: nested partial functions are not listedTakeshi KOMIYA2020-01-171-6/+14
* Close #2755: autodoc: Support type_comment style annotationTakeshi KOMIYA2020-01-132-0/+75
* Add new event: autodoc-before-process-signatureTakeshi KOMIYA2020-01-131-0/+11
* Add sphinx.pycode.ast.parse() and unparse()Takeshi KOMIYA2020-01-131-0/+80
* Merge branch '2.0' into refactor_SphinxTranslator2Takeshi KOMIYA2020-01-114-20/+122
|\
| * Merge pull request #7012 from tk0miya/support_pep570Takeshi KOMIYA2020-01-111-5/+11
| |\
| | * autodoc: Support Positional-Only Argument separator (PEP-570 compliant)Takeshi KOMIYA2020-01-111-5/+11
| * | Merge pull request #7013 from tk0miya/refactor_signature3Takeshi KOMIYA2020-01-111-23/+13
| |\ \
| | * | refactor: Simplify stringify_signature()Takeshi KOMIYA2020-01-111-23/+13
| | |/
| * | Merge pull request #7011 from tk0miya/refactor_glossary5Takeshi KOMIYA2020-01-111-1/+1
| |\ \ | | |/ | |/|
| | * Fix node_id is not assigned on translationTakeshi KOMIYA2020-01-111-1/+1
| * | Merge pull request #7002 from tk0miya/refactor_Signature2Takeshi KOMIYA2020-01-112-17/+123
| |\ \
| | * | refactor: Add sphinx.util.inspect.signature()Takeshi KOMIYA2020-01-092-17/+123
| * | | Merge pull request #7003 from tk0miya/6999_napoleon_tilde_in_exc_roleTakeshi KOMIYA2020-01-111-2/+2
| |\ \ \ | | |_|/ | |/| |
| | * | Fix #6999: napoleon: fails to parse tilde in :exc: roleTakeshi KOMIYA2020-01-091-2/+2
| | |/
* | | SphinxTranslator calls visitor/departure method for super node classTakeshi KOMIYA2020-01-101-1/+40
|/ /
* | Merge pull request #6997 from tk0miya/refactor_glossary4Takeshi KOMIYA2020-01-091-10/+10
|\ \
| * | Update type annotationsTakeshi KOMIYA2020-01-091-10/+10
| |/
* | Merge pull request #6996 from tk0miya/refactor_kwargsTakeshi KOMIYA2020-01-099-41/+42
|\ \ | |/ |/|
| * refactor: Rename var keyword argument to "**kwargs"Takeshi KOMIYA2020-01-089-41/+42
* | Adds Adobe Illustrator (.ai) to sphinx.ext.imgconverterModelmat2020-01-083-1/+2
|/
* Add sphinx.util.typing:stringify() to represent annotations as stringTakeshi KOMIYA2020-01-052-156/+173
* Merge pull request #6985 from tk0miya/6696_scale_not_working_for_SVGTakeshi KOMIYA2020-01-042-28/+42
|\
| * Fix #6696: html: scale option of image/figure directive not working for SVGTakeshi KOMIYA2020-01-032-28/+42
* | Fix #6986: apidoc: misdetects module name for .so file inside moduleTakeshi KOMIYA2020-01-031-1/+1
|/
* Add sphinx.util.nodes:make_id() to generate better node_idTakeshi KOMIYA2020-01-022-9/+26
* Fix #6559: Wrong node-ids are generated in glossary directiveTakeshi KOMIYA2020-01-022-24/+36
* Be precise about which document missing (cpp, post_transform)Takeshi KOMIYA2020-01-012-2/+2
* Add "typ" to NoUriTakeshi KOMIYA2020-01-013-3/+3
* More NoUri details.Julien Palard2020-01-012-2/+2
* Be precise about which document is missing.Julien Palard2020-01-011-1/+1
* A happy new year!Takeshi KOMIYA2020-01-01196-196/+196
* mypy: Enable disallow_incomplete_defs flag for type checkingTakeshi KOMIYA2019-12-3057-142/+150
* Deprecate sphinx.roles:Index and make a copy to sphinx.domains.indexTakeshi KOMIYA2019-12-292-3/+27
* Move sphinx.directives.other:Index to sphinx.domains.indexTakeshi KOMIYA2019-12-293-30/+48
* Merge pull request #6967 from tk0miya/6966_graphviz_classTakeshi KOMIYA2019-12-291-4/+8
|\
| * Close #6966: graphviz: Support ``:class:`` optionTakeshi KOMIYA2019-12-271-4/+8
* | Deprecate sphinx.util:detect_encoding() and ModuleAnalyzer.encodingTakeshi KOMIYA2019-12-272-7/+19
|/
* Deprecate sphinx.util:get_module_source()Takeshi KOMIYA2019-12-271-0/+2
* Fix flake8 violationsTakeshi KOMIYA2019-12-271-2/+2
* refactor: pycode: do not call endswith twiceTakeshi KOMIYA2019-12-271-3/+2
* Fix flake8 violationsTakeshi KOMIYA2019-12-271-6/+6
* Merge pull request #6907 from kpnr/patch-2Takeshi KOMIYA2019-12-271-6/+56
|\
| * Old get_module_source API restored, new version moved to ModuleAnalyzer class...hkm2019-12-252-23/+69
| * Added test case for non ASCII & non UTF8 encoding Windows-1251 in test_pycode...hkm2019-12-151-1/+1
| * lost reference to source file name fixed. Test suit updatedhkm2019-12-152-14/+14
| * maintainer suggested fixeshkm2019-12-141-10/+15
| * Non-ASCII & non utf-8 charset corruption fixkpnr2019-12-141-7/+6
* | Merge pull request #6960 from tk0miya/refactor_indexentries2Takeshi KOMIYA2019-12-261-1/+3
|\ \
| * | Stop to use deprecated API: env.indexentriesTakeshi KOMIYA2019-12-251-1/+3