summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #7031 from tk0miya/7023_nested_partial_functions_not_listedTakeshi KOMIYA2020-01-193-6/+25
|\
| * Fix #7023: autodoc: nested partial functions are not listedTakeshi KOMIYA2020-01-173-6/+25
* | Add testcase a partialmethod not having docstring (refs: #7023)Takeshi KOMIYA2020-01-172-4/+33
|/
* Close #2755: autodoc: Support type_comment style annotationTakeshi KOMIYA2020-01-132-0/+39
* Add sphinx.pycode.ast.parse() and unparse()Takeshi KOMIYA2020-01-131-0/+40
* Merge branch '2.0' into refactor_SphinxTranslator2Takeshi KOMIYA2020-01-114-92/+110
|\
| * autodoc: Support Positional-Only Argument separator (PEP-570 compliant)Takeshi KOMIYA2020-01-112-0/+20
| * Merge pull request #7002 from tk0miya/refactor_Signature2Takeshi KOMIYA2020-01-112-92/+87
| |\
| | * refactor: Add sphinx.util.inspect.signature()Takeshi KOMIYA2020-01-092-92/+87
| * | Fix #6999: napoleon: fails to parse tilde in :exc: roleTakeshi KOMIYA2020-01-091-0/+3
| |/
* | SphinxTranslator calls visitor/departure method for super node classTakeshi KOMIYA2020-01-101-1/+34
|/
* Add sphinx.util.typing:stringify() to represent annotations as stringTakeshi KOMIYA2020-01-051-0/+98
* Add sphinx.util.nodes:make_id() to generate better node_idTakeshi KOMIYA2020-01-021-1/+18
* Fix #6559: Wrong node-ids are generated in glossary directiveTakeshi KOMIYA2020-01-021-0/+10
* A happy new year!Takeshi KOMIYA2020-01-0183-83/+83
* Merge pull request #6967 from tk0miya/6966_graphviz_classTakeshi KOMIYA2019-12-292-3/+5
|\
| * Close #6966: graphviz: Support ``:class:`` optionTakeshi KOMIYA2019-12-272-3/+5
* | Deprecate sphinx.util:detect_encoding() and ModuleAnalyzer.encodingTakeshi KOMIYA2019-12-271-5/+1
|/
* Merge pull request #6907 from kpnr/patch-2Takeshi KOMIYA2019-12-272-2/+27
|\
| * Old get_module_source API restored, new version moved to ModuleAnalyzer class...hkm2019-12-252-1/+12
| * restore sys.path with <finally> statementkpnr2019-12-161-4/+7
| * Added test case for non ASCII & non UTF8 encoding Windows-1251 in test_pycode...hkm2019-12-152-1/+11
| * Test suite updated - encoding not detected when getting sources from native l...hkm2019-12-151-1/+2
| * lost reference to source file name fixed. Test suit updatedhkm2019-12-151-1/+1
* | Stop to use deprecated API: env.indexentriesTakeshi KOMIYA2019-12-251-12/+6
* | Close #6837: LaTeX: Support a nested tableTakeshi KOMIYA2019-12-223-0/+22
* | Add IndexDomainTakeshi KOMIYA2019-12-221-1/+1
* | Merge pull request #6925 from jdufresne/text-jsTakeshi KOMIYA2019-12-162-3/+3
|\ \
| * | Remove redundant type="text/javascript" from <script> elementsJon Dufresne2019-12-152-3/+3
* | | Close #6446: Add sphinx.ext.durations to inspect durations of buildTakeshi KOMIYA2019-12-161-0/+21
|/ /
* | Merge pull request #6891 from jfbu/latex_6890_curlyquoteTakeshi KOMIYA2019-12-1524-151/+151
|\ \
| * | LaTeX: avoid quotes and TeX ligature replacements in PDF outputjfbu2019-12-1524-151/+151
* | | Fix #6900: sphinx-build: -D option does not considers 0 and 1 as a boolean valueTakeshi KOMIYA2019-12-151-0/+14
|/ /
* | Merge branch '2.0' into 6632Takeshi KOMIYA2019-12-1435-35/+344
|\ \
| * | Fix #6887: Sphinx crashes with docutils-0.16b0Takeshi KOMIYA2019-12-141-1/+1
| |/
| * Update longtable latex templatejfbu2019-12-079-9/+9
| * Merge branch '2.2.2' into 2.0Takeshi KOMIYA2019-12-031-0/+4
| |\
| | * Fix #6803: Disable parallel build on macOS and py38+Takeshi KOMIYA2019-12-011-0/+4
| * | Fix #6867: text: extra spaces are inserted to hyphenated words on folding linesTakeshi KOMIYA2019-11-302-12/+17
| * | Add linkcheck_auth optionJonas Haag2019-11-251-0/+23
| * | Merge branch '2.0' into 6798_autosummary_emits_skip_member_eventTakeshi KOMIYA2019-11-215-1/+85
| |\ \
| | * \ Merge pull request #6845 from jfbu/latex_do_not_escape_verticalbarcharJean-François B2019-11-181-1/+1
| | |\ \
| | | * | LaTeX: stop escaping | to LaTeX macro, except if in an index entryjfbu2019-11-181-1/+1
| | * | | Merge pull request #6834 from tk0miya/6738_deprecated_tex_escape_mapTakeshi KOMIYA2019-11-191-0/+1
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Make escape() and hlescape() as public APIs of texescapeTakeshi KOMIYA2019-11-161-0/+1
| | * | | Merge branch '2.0' into 4683_more_translatable_toctreeTakeshi KOMIYA2019-11-175-0/+59
| | |\ \ \ | | | |/ /
| | | * | Fix #6738: latex: literal_block does not support raw unicode charactersTakeshi KOMIYA2019-11-161-0/+18
| | * | | Close #4683: i18n: make explicit titles in toctree translatableTakeshi KOMIYA2019-11-013-0/+65
| * | | | autosummary: Allows to document a member forcedly if skip-member handler retu...Takeshi KOMIYA2019-11-163-0/+7
| * | | | Close #6798: autosummary: emit ``autodoc-skip-member`` event on generating st...Takeshi KOMIYA2019-11-164-0/+45
| | |/ / | |/| |