summaryrefslogtreecommitdiff
path: root/sphinx/util
Commit message (Expand)AuthorAgeFilesLines
* Fix #6347: autodoc: crashes with a plain Tuple on Python 3.6 and 3.5Takeshi KOMIYA2019-05-291-2/+7
* Fix #6406: Wrong year is returned for ``SOURCE_DATE_EPOCH``Takeshi KOMIYA2019-05-291-1/+1
* Merge pull request #6365 from tk0miya/refactor_py_domainTakeshi KOMIYA2019-05-191-3/+9
|\
| * Close #744: autodoc: Support abstractmethodTakeshi KOMIYA2019-05-151-3/+9
* | Fix #6375: extlinks: Cannot escape angle brackets in link captionTakeshi KOMIYA2019-05-161-1/+1
|/
* Merge branch '2.0' into 6311_autosummary_confused_by_complex_typehints2Takeshi KOMIYA2019-05-132-3/+9
|\
| * Merge branch '2.0' into refactor_py_domain3Takeshi KOMIYA2019-05-121-3/+3
| |\
| | * Merge branch '2.0' into 6165_tab_widthTakeshi KOMIYA2019-05-122-2/+49
| | |\
| | * | Fix #6165: autodoc: ``tab_width`` setting of docutils has been ignoredTakeshi KOMIYA2019-04-251-3/+3
| * | | Add sphinx.util.inspect:isproperty()Takeshi KOMIYA2019-05-121-0/+6
| | |/ | |/|
* | | Fix #6311: autosummary: autosummary table gets confused by complex type hintsTakeshi KOMIYA2019-05-121-3/+3
|/ /
* | Add ReSTRendererTakeshi KOMIYA2019-05-021-1/+15
* | Add rst.heading()Takeshi KOMIYA2019-05-021-1/+34
|/
* Add sphinx.util.inspect:iscoroutinefunction()Takeshi KOMIYA2019-04-231-2/+14
* Merge pull request #6307 from tk0miya/6283_warning_message_for_source_suffixTakeshi KOMIYA2019-04-191-1/+1
|\
| * Update deprecation message for source_suffix (refs: #6283)Takeshi KOMIYA2019-04-161-1/+1
* | imgmath: Use template file for LaTeXTakeshi KOMIYA2019-04-161-3/+4
|/
* Add sphinx.util.inspect:isattributedescriptor()Takeshi KOMIYA2019-04-141-0/+39
* refactor: sphinx.util.inspect module provides inspect.is* functionsTakeshi KOMIYA2019-04-131-0/+3
* Merge branch '2.0.1' into 2.0Takeshi KOMIYA2019-03-311-9/+13
|\
| * Show deprecation warning for sphinx.application.CONFIG_FILENAMETakeshi KOMIYA2019-03-301-9/+13
* | Add ObjectDescription.get_field_type_map()Takeshi KOMIYA2019-03-231-5/+7
* | Merge branch '2.0'Takeshi KOMIYA2019-03-211-2/+2
|\ \ | |/
| * Python-3-only clean ups discovered by pyupgradeJon Dufresne2019-03-191-1/+1
| * Fix #6172: AttributeError is raised for old styled index nodesTakeshi KOMIYA2019-03-171-2/+2
* | Python-3-only clean ups discovered by pyupgradeJon Dufresne2019-03-171-1/+1
* | Update comment for patch to Element.copy()Takeshi KOMIYA2019-03-091-0/+1
* | Merge branch '2.0'Takeshi KOMIYA2019-03-079-9/+6
|\ \ | |/
| * Clean up import for annotationsTakeshi KOMIYA2019-03-069-9/+6
* | Add a helper method ``SphinxDirective.set_source_info()``Takeshi KOMIYA2019-03-031-0/+5
* | Add copy_source_info()Takeshi KOMIYA2019-03-031-0/+6
* | refactor: Rename find_source_node() to get_node_source()Takeshi KOMIYA2019-03-031-2/+11
* | Merge pull request #6110 from tk0miya/refactor_catalogTakeshi KOMIYA2019-02-271-3/+63
|\ \
| * | refactor: Use CatalogRepository instead of find_catalog_source_file()Takeshi KOMIYA2019-02-271-1/+5
| * | Rename find_catalog() to docname_to_domain()Takeshi KOMIYA2019-02-271-0/+11
| * | Add CatalogRepository classTakeshi KOMIYA2019-02-271-2/+47
| |/
* | refactor: import_object() allows to import nested objects (ex. nested class)Takeshi KOMIYA2019-02-271-15/+19
|/
* Merge pull request #6086 from tk0miya/separate_serializinghtmlTakeshi KOMIYA2019-02-171-0/+7
|\
| * Separate json and pickle to sphinxcontrib packageTakeshi KOMIYA2019-02-171-0/+7
* | Merge branch '1.8'Takeshi KOMIYA2019-02-171-0/+9
|\ \ | |/ |/|
| * Fix #6026: LaTeX: A cross reference to definition list does not workTakeshi KOMIYA2019-02-111-0/+9
* | docs: Add SphinxRole and ReferenceRoleTakeshi KOMIYA2019-02-161-1/+14
* | refactor: Rename the first argument of roles to `name`Takeshi KOMIYA2019-02-161-9/+9
* | Replace :pep: and :rfc: roles by class based implementationTakeshi KOMIYA2019-02-161-2/+11
* | Replace :index: role by class based implementationTakeshi KOMIYA2019-02-161-0/+33
* | Merge pull request #6025 from tk0miya/refactor_roles2Takeshi KOMIYA2019-02-141-2/+41
|\ \
| * | Add SphinxRoleTakeshi KOMIYA2019-02-061-2/+41
* | | Deprecate sphinx.util.pycompat:sys_encodingTakeshi KOMIYA2019-02-111-5/+1
* | | refactor: Move NoneType to sphinx.util.typingTakeshi KOMIYA2019-02-113-4/+6
* | | refactor: Move terminal_safe() to sphinx.util.consoleTakeshi KOMIYA2019-02-112-6/+9