Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | A happy new year! | Takeshi KOMIYA | 2021-01-01 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | .. note:: $ find sphinx tests LICENSE doc/conf.py -type f -exec sed -i '' -e 's/2007\-20../2007-2021/' {} \; $ git co sphinx/locale/**/*.js sphinx/templates/epub3/mimetype | |||||
* | | | Merge branch '3.x' | Takeshi KOMIYA | 2020-12-31 | 1 | -2/+1 | |
|\ \ \ | |/ / | ||||||
| * | | refactor: autosummary: Do not import deprecated documenter; ↵ | Takeshi KOMIYA | 2020-12-29 | 1 | -2/+1 | |
| | | | | | | | | | | | | SingledispatchFunctionDocumenter | |||||
* | | | Merge branch '3.x' | Takeshi KOMIYA | 2020-12-29 | 1 | -0/+8 | |
|\ \ \ | |/ / | ||||||
| * | | Fix #8306: autosummary: mocked modules are documented as empty page | Takeshi KOMIYA | 2020-12-27 | 1 | -0/+8 | |
| |/ | | | | | | | | | The :recursive: option for autosummary directive creates an empty page for mocked modules unexpectedly. This make them ignored. | |||||
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-12-14 | 1 | -8/+5 | |
|\ \ | |/ | ||||||
| * | Fix #8503: autoattribute could not create document for a GenericAlias | Takeshi KOMIYA | 2020-11-29 | 1 | -3/+2 | |
| | | ||||||
| * | refactor: Deprecate InstanceAttributeDocumenter | Takeshi KOMIYA | 2020-11-26 | 1 | -7/+5 | |
| | | | | | | | | | | InstanceAttributeDocumenter is merged into AttributeDocumenter in #7946 and #8444. So it is no longer needed now. | |||||
| * | Fix #8480: autoattribute could not create document for __slots__ attributes | Takeshi KOMIYA | 2020-11-23 | 1 | -3/+3 | |
| | | ||||||
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-11-22 | 1 | -4/+6 | |
|\ \ | |/ | ||||||
| * | apidoc: Load NewTypeAttributeDocumenter on booting | Takeshi KOMIYA | 2020-11-22 | 1 | -6/+7 | |
| | | ||||||
| * | Fix #8460: autodoc: Support custom types defined by typing.NewType | Takeshi KOMIYA | 2020-11-21 | 1 | -3/+4 | |
| | | | | | | | | | | | | | | | | | | | | A custom type defined by typing.NewType was rendered as a function because the generated type is a function having special attributes. This renders it as a variable. Note: The module name where the NewType object defined is lost on generating it. So it is hard to make cross-reference for these custom types. | |||||
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-11-21 | 1 | -4/+2 | |
|\ \ | |/ | ||||||
| * | Fix #8443: autodata directive does not support PEP-526 ivars | Takeshi KOMIYA | 2020-11-20 | 1 | -4/+2 | |
| | | ||||||
* | | Do isort | Takeshi KOMIYA | 2020-11-12 | 1 | -1/+0 | |
| | | ||||||
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-11-12 | 1 | -13/+10 | |
|\ \ | |/ | ||||||
| * | Sort imports with isort | François Freitag | 2020-11-11 | 1 | -13/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Keep imports alphabetically sorted and their order homogeneous across Python source files. The isort project has more feature and is more active than the flake8-import-order plugin. Most issues caught were simply import ordering from the same module. Where imports were purposefully placed out of order, tag with isort:skip. | |||||
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-08-08 | 1 | -3/+8 | |
|\ \ | |/ | ||||||
| * | Close #8011: autosummary: Support instance attributes | Takeshi KOMIYA | 2020-08-01 | 1 | -3/+8 | |
| | | | | | | | | | | This allows the autosummary directive to take instance attributes to build documents for them. | |||||
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-07-24 | 1 | -1/+7 | |
|\ \ | |/ | ||||||
| * | Rm unused import | Joel Nothman | 2020-07-15 | 1 | -1/+1 | |
| | | ||||||
| * | Fix toctree generation | Joel Nothman | 2020-07-15 | 1 | -3/+0 | |
| | | ||||||
| * | Fix attempt with new test root | Joel Nothman | 2020-07-08 | 1 | -0/+1 | |
| | | ||||||
| * | Flake8 | Joel Nothman | 2020-07-08 | 1 | -1/+1 | |
| | | ||||||
| * | Add autosummary_filename_map config to avoid clashes | Joel Nothman | 2020-07-08 | 1 | -2/+10 | |
| | | ||||||
* | | refactor: namedtuples with PEP 526 | Takeshi KOMIYA | 2020-07-16 | 1 | -4/+5 | |
| | | | | | | | | | | Apply PEP 526 based variable annotation style to namedtuples. It is available since python 3.6. | |||||
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-07-05 | 1 | -8/+13 | |
|\ \ | |/ | ||||||
| * | Merge branch '3.1.x' into 3.x | Takeshi KOMIYA | 2020-07-04 | 1 | -4/+9 | |
| |\ | ||||||
| | * | Fix #7812: autosummary: generates broken stub files (again) | Takeshi KOMIYA | 2020-06-28 | 1 | -4/+9 | |
| | | | ||||||
| * | | Fix #7839: autosummary: cannot handle umlauts in function names | Takeshi KOMIYA | 2020-06-16 | 1 | -4/+4 | |
| |/ | ||||||
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-06-04 | 1 | -5/+75 | |
|\ \ | |/ | ||||||
| * | Fix mypy violations (with mypy-0.780) | Takeshi KOMIYA | 2020-06-03 | 1 | -2/+2 | |
| | | ||||||
| * | Close #4422: autodoc: Support GenericAlias | Takeshi KOMIYA | 2020-05-30 | 1 | -2/+2 | |
| | | ||||||
| * | Fix #7685: autosummary: imported members are listed unexpectedly | Takeshi KOMIYA | 2020-05-21 | 1 | -1/+53 | |
| | | ||||||
| * | got public/all attrs backwards | Daniel Fremont | 2020-05-17 | 1 | -1/+1 | |
| | | ||||||
| * | revisions per comments from tk0miya | Daniel Fremont | 2020-05-17 | 1 | -15/+18 | |
| | | ||||||
| * | Merge remote-tracking branch 'sphinx/3.x' into 3.x | Daniel Fremont | 2020-05-17 | 1 | -43/+112 | |
| |\ | ||||||
| * | | autosummary includes module attributes | Daniel Fremont | 2020-04-12 | 1 | -0/+15 | |
| | | | ||||||
* | | | Merge branch '3.x' | Takeshi KOMIYA | 2020-05-17 | 1 | -9/+10 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | Fix #7551: autosummary: a nested class is indexed as non-nested class | Takeshi KOMIYA | 2020-05-07 | 1 | -9/+10 | |
| | | | ||||||
* | | | Merge branch '3.x' | Takeshi KOMIYA | 2020-05-04 | 1 | -4/+4 | |
|\ \ \ | |/ / | ||||||
| * | | Add stacklevel parameter to warnings.warn() call | Takeshi KOMIYA | 2020-05-03 | 1 | -6/+6 | |
| | | | ||||||
* | | | Merge branch '3.x' | Takeshi KOMIYA | 2020-05-02 | 1 | -3/+3 | |
|\ \ \ | |/ / | ||||||
| * | | Fix #7588: autosummary: allow any template suffix | Takeshi KOMIYA | 2020-05-02 | 1 | -3/+3 | |
| | | | ||||||
* | | | Merge branch '3.x' | Takeshi KOMIYA | 2020-04-30 | 1 | -10/+10 | |
|\ \ \ | |/ / | ||||||
| * | | Fix #7570: autosummary: template option is broken | Takeshi KOMIYA | 2020-04-30 | 1 | -10/+10 | |
| | | | ||||||
* | | | Remove deprecated features marked as RemovedInSphinx40Warning | Takeshi KOMIYA | 2020-04-29 | 1 | -24/+9 | |
| | | | ||||||
* | | | Merge branch '3.x' | Takeshi KOMIYA | 2020-04-28 | 1 | -2/+8 | |
|\ \ \ | |/ / | ||||||
| * | | Merge pull request #7546 from tk0miya/4030_autosummary_context | Takeshi KOMIYA | 2020-04-27 | 1 | -2/+8 | |
| |\ \ | | | | | | | | | Close #4030: autosummary: Add autosummary_context | |||||
| | * | | Close #4030: autosummary: Add autosummary_context | Takeshi KOMIYA | 2020-04-25 | 1 | -2/+8 | |
| | | | |