| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix #6347: autodoc: crashes with a plain Tuple on Python 3.6 and 3.5 | Takeshi KOMIYA | 2019-05-29 | 1 | -2/+7 |
| | | |||||
| * | Fix #6406: Wrong year is returned for ``SOURCE_DATE_EPOCH`` | Takeshi KOMIYA | 2019-05-29 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #6365 from tk0miya/refactor_py_domain | Takeshi KOMIYA | 2019-05-19 | 1 | -3/+9 |
| |\ | | | | | Add :abstractmethod: option to py:method directive and support abstractmethod by autodoc | ||||
| | * | Close #744: autodoc: Support abstractmethod | Takeshi KOMIYA | 2019-05-15 | 1 | -3/+9 |
| | | | |||||
| * | | Fix #6375: extlinks: Cannot escape angle brackets in link caption | Takeshi KOMIYA | 2019-05-16 | 1 | -1/+1 |
| |/ | |||||
| * | Merge branch '2.0' into 6311_autosummary_confused_by_complex_typehints2 | Takeshi KOMIYA | 2019-05-13 | 2 | -3/+9 |
| |\ | |||||
| | * | Merge branch '2.0' into refactor_py_domain3 | Takeshi KOMIYA | 2019-05-12 | 1 | -3/+3 |
| | |\ | |||||
| | | * | Merge branch '2.0' into 6165_tab_width | Takeshi KOMIYA | 2019-05-12 | 2 | -2/+49 |
| | | |\ | |||||
| | | * | | Fix #6165: autodoc: ``tab_width`` setting of docutils has been ignored | Takeshi KOMIYA | 2019-04-25 | 1 | -3/+3 |
| | | | | | |||||
| | * | | | Add sphinx.util.inspect:isproperty() | Takeshi KOMIYA | 2019-05-12 | 1 | -0/+6 |
| | | |/ | |/| | |||||
| * | | | Fix #6311: autosummary: autosummary table gets confused by complex type hints | Takeshi KOMIYA | 2019-05-12 | 1 | -3/+3 |
| |/ / | |||||
| * | | Add ReSTRenderer | Takeshi KOMIYA | 2019-05-02 | 1 | -1/+15 |
| | | | |||||
| * | | Add rst.heading() | Takeshi KOMIYA | 2019-05-02 | 1 | -1/+34 |
| |/ | |||||
| * | Add sphinx.util.inspect:iscoroutinefunction() | Takeshi KOMIYA | 2019-04-23 | 1 | -2/+14 |
| | | |||||
| * | Merge pull request #6307 from tk0miya/6283_warning_message_for_source_suffix | Takeshi KOMIYA | 2019-04-19 | 1 | -1/+1 |
| |\ | | | | | Update deprecation message for source_suffix (refs: #6283) | ||||
| | * | Update deprecation message for source_suffix (refs: #6283) | Takeshi KOMIYA | 2019-04-16 | 1 | -1/+1 |
| | | | |||||
| * | | imgmath: Use template file for LaTeX | Takeshi KOMIYA | 2019-04-16 | 1 | -3/+4 |
| |/ | |||||
| * | Add sphinx.util.inspect:isattributedescriptor() | Takeshi KOMIYA | 2019-04-14 | 1 | -0/+39 |
| | | |||||
| * | refactor: sphinx.util.inspect module provides inspect.is* functions | Takeshi KOMIYA | 2019-04-13 | 1 | -0/+3 |
| | | |||||
| * | Merge branch '2.0.1' into 2.0 | Takeshi KOMIYA | 2019-03-31 | 1 | -9/+13 |
| |\ | |||||
| | * | Show deprecation warning for sphinx.application.CONFIG_FILENAME | Takeshi KOMIYA | 2019-03-30 | 1 | -9/+13 |
| | | | |||||
| * | | Add ObjectDescription.get_field_type_map() | Takeshi KOMIYA | 2019-03-23 | 1 | -5/+7 |
| | | | | | | | | | | | Conceal caching mechanism of Field classes to ObjectDescription class. This deprecates DocFieldTransformer.preprocess_field_types(). | ||||
| * | | Merge branch '2.0' | Takeshi KOMIYA | 2019-03-21 | 1 | -2/+2 |
| |\ \ | |/ | |||||
| | * | Python-3-only clean ups discovered by pyupgrade | Jon Dufresne | 2019-03-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/asottile/pyupgrade > A tool to automatically upgrade syntax for newer versions of the > language. - Drop u str prefix - Drop base object inheritance - Drop args to super() - Use set literals - Use dict comprehension - Use set comprehension | ||||
| | * | Fix #6172: AttributeError is raised for old styled index nodes | Takeshi KOMIYA | 2019-03-17 | 1 | -2/+2 |
| | | | |||||
| * | | Python-3-only clean ups discovered by pyupgrade | Jon Dufresne | 2019-03-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/asottile/pyupgrade > A tool to automatically upgrade syntax for newer versions of the > language. - Drop u str prefix - Drop base object inheritance - Drop args to super() - Use set literals - Use dict comprehension - Use set comprehension | ||||
| * | | Update comment for patch to Element.copy() | Takeshi KOMIYA | 2019-03-09 | 1 | -0/+1 |
| | | | |||||
| * | | Merge branch '2.0' | Takeshi KOMIYA | 2019-03-07 | 9 | -9/+6 |
| |\ \ | |/ | |||||
| | * | Clean up import for annotations | Takeshi KOMIYA | 2019-03-06 | 9 | -9/+6 |
| | | | |||||
| * | | Add a helper method ``SphinxDirective.set_source_info()`` | Takeshi KOMIYA | 2019-03-03 | 1 | -0/+5 |
| | | | |||||
| * | | Add copy_source_info() | Takeshi KOMIYA | 2019-03-03 | 1 | -0/+6 |
| | | | |||||
| * | | refactor: Rename find_source_node() to get_node_source() | Takeshi KOMIYA | 2019-03-03 | 1 | -2/+11 |
| | | | |||||
| * | | Merge pull request #6110 from tk0miya/refactor_catalog | Takeshi KOMIYA | 2019-02-27 | 1 | -3/+63 |
| |\ \ | | | | | | | Refactor catalog detection and compilation | ||||
| | * | | refactor: Use CatalogRepository instead of find_catalog_source_file() | Takeshi KOMIYA | 2019-02-27 | 1 | -1/+5 |
| | | | | |||||
| | * | | Rename find_catalog() to docname_to_domain() | Takeshi KOMIYA | 2019-02-27 | 1 | -0/+11 |
| | | | | |||||
| | * | | Add CatalogRepository class | Takeshi KOMIYA | 2019-02-27 | 1 | -2/+47 |
| | |/ | |||||
| * | | refactor: import_object() allows to import nested objects (ex. nested class) | Takeshi KOMIYA | 2019-02-27 | 1 | -15/+19 |
| |/ | |||||
| * | Merge pull request #6086 from tk0miya/separate_serializinghtml | Takeshi KOMIYA | 2019-02-17 | 1 | -0/+7 |
| |\ | | | | | Separate json and pickle to sphinxcontrib package | ||||
| | * | Separate json and pickle to sphinxcontrib package | Takeshi KOMIYA | 2019-02-17 | 1 | -0/+7 |
| | | | |||||
| * | | Merge branch '1.8' | Takeshi KOMIYA | 2019-02-17 | 1 | -0/+9 |
| |\ \ | |/ |/| | |||||
| | * | Fix #6026: LaTeX: A cross reference to definition list does not work | Takeshi KOMIYA | 2019-02-11 | 1 | -0/+9 |
| | | | |||||
| * | | docs: Add SphinxRole and ReferenceRole | Takeshi KOMIYA | 2019-02-16 | 1 | -1/+14 |
| | | | |||||
| * | | refactor: Rename the first argument of roles to `name` | Takeshi KOMIYA | 2019-02-16 | 1 | -9/+9 |
| | | | | | | | | | | | In docutils' document, it is called as name. So our base class should call it as "name" also. | ||||
| * | | Replace :pep: and :rfc: roles by class based implementation | Takeshi KOMIYA | 2019-02-16 | 1 | -2/+11 |
| | | | |||||
| * | | Replace :index: role by class based implementation | Takeshi KOMIYA | 2019-02-16 | 1 | -0/+33 |
| | | | |||||
| * | | Merge pull request #6025 from tk0miya/refactor_roles2 | Takeshi KOMIYA | 2019-02-14 | 1 | -2/+41 |
| |\ \ | | | | | | | Introduce SphinxRole class as a base class of roles | ||||
| | * | | Add SphinxRole | Takeshi KOMIYA | 2019-02-06 | 1 | -2/+41 |
| | | | | |||||
| * | | | Deprecate sphinx.util.pycompat:sys_encoding | Takeshi KOMIYA | 2019-02-11 | 1 | -5/+1 |
| | | | | |||||
| * | | | refactor: Move NoneType to sphinx.util.typing | Takeshi KOMIYA | 2019-02-11 | 3 | -4/+6 |
| | | | | |||||
| * | | | refactor: Move terminal_safe() to sphinx.util.console | Takeshi KOMIYA | 2019-02-11 | 2 | -6/+9 |
| | | | | |||||
