Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Resolve ``flake8-return`` errors | Adam Turner | 2023-02-18 | 1 | -16/+15 |
| | |||||
* | Fix COM812 | Adam Turner | 2023-02-18 | 1 | -2/+2 |
| | |||||
* | Use PEP 604 types | Adam Turner | 2023-01-01 | 1 | -2/+2 |
| | |||||
* | Use PEP 595 types | Adam Turner | 2023-01-01 | 1 | -5/+5 |
| | |||||
* | Insert ``from __future__ import annotations`` | Adam Turner | 2023-01-01 | 1 | -0/+2 |
| | |||||
* | Merge branch '5.x' | Adam Turner | 2022-09-09 | 1 | -2/+2 |
|\ | | | | | | | | | | | | | | | | | # Conflicts: # setup.py # sphinx/application.py # sphinx/environment/__init__.py # sphinx/ext/autodoc/directive.py # tests/test_build_html.py | ||||
| * | Fix more strict static typing errors (#10681) | danieleades | 2022-08-28 | 1 | -2/+2 |
| | | |||||
* | | Remove deprecated items for Sphinx 6.0 (#10471) | Adam Turner | 2022-06-16 | 1 | -14/+0 |
|/ | |||||
* | Remove deprecated code for Sphinx 5.0 | Adam Turner | 2022-04-17 | 1 | -7/+1 |
| | |||||
* | Remove copyright and licence fields | Adam Turner | 2022-02-20 | 1 | -5/+0 |
| | |||||
* | Fix module docstring indentation | Adam Turner | 2022-02-20 | 1 | -2/+2 |
| | |||||
* | Remove module titles in docstrings | Adam Turner | 2022-02-19 | 1 | -3/+0 |
| | |||||
* | Close #10146: autodoc: autodoc_default_options does not support `no-value` ↵ | Takeshi KOMIYA | 2022-01-31 | 1 | -1/+1 |
| | | | | option | ||||
* | A happy new year! | Takeshi KOMIYA | 2022-01-01 | 1 | -1/+1 |
| | |||||
* | Fix warning typo; improve sphinx.ext.autodoc docstrings | Louis Maddox | 2021-07-19 | 1 | -4/+4 |
| | |||||
* | Close #8107: autodoc: Add class-doc-from option to autoclass directive | Takeshi KOMIYA | 2021-05-01 | 1 | -1/+1 |
| | | | | | | Add `class-doc-from` option to the `autoclass` directive to control the content of the specific class. It takes `class`, `init`, and `both` like `autoclass_content`. | ||||
* | refactor: use raw Type for type annotations | Takeshi KOMIYA | 2021-04-04 | 1 | -1/+1 |
| | |||||
* | Deprecate DocumenterBridge.warn() | Takeshi KOMIYA | 2021-03-22 | 1 | -0/+3 |
| | | | | | | | | Since 1.6, sphinx.util.logging module became the default logging interface of Sphinx. It allows sphinx-components to output log without the app (or env) object. According to the policy, DocumenterBridge.warn() is no longer needed and should be replaced by the logging module. | ||||
* | Rename DocumenterBridge.filename_set to record_dependencies | Takeshi KOMIYA | 2021-03-21 | 1 | -3/+9 |
| | | | | | | | DocumenterBridge.filename_set has been used since its beginning. On the other hand, in docutils, record_dependencies attribute is well-used to store the list of dependency files. So this renames it to docutils' standard attribute. | ||||
* | refactor: Use PEP-526 based variable annotation (sphinx.ext) | Takeshi KOMIYA | 2021-03-15 | 1 | -2/+2 |
| | |||||
* | Merge branch '3.x' into merge_3.x_into_master | jfbu | 2021-02-04 | 1 | -1/+16 |
|\ | | | | | | | | | Resolved Conflicts: sphinx/texinputs/sphinxpackagefootnote.sty | ||||
| * | Merge remote-tracking branch 'upstream/3.x' into exclude-members-fix | pbudzyns | 2021-02-01 | 1 | -3/+9 |
| |\ | |||||
| * | | check if autodoc_defaults are str, fix tests | pbudzyns | 2021-02-01 | 1 | -3/+3 |
| | | | |||||
| * | | code format | pbudzyns | 2021-01-29 | 1 | -1/+2 |
| | | | |||||
| * | | add private-members as extendable | pbudzyns | 2021-01-29 | 1 | -1/+1 |
| | | | |||||
| * | | local options handling | pbudzyns | 2021-01-29 | 1 | -2/+1 |
| | | | |||||
| * | | redundant '+' has no effect | pbudzyns | 2021-01-25 | 1 | -0/+5 |
| | | | |||||
| * | | add more extendable options and tests | pbudzyns | 2021-01-25 | 1 | -1/+2 |
| | | | |||||
| * | | add more extendable options and tests | pbudzyns | 2021-01-25 | 1 | -4/+8 |
| | | | |||||
| * | | local exclude-members option fix | root | 2020-10-06 | 1 | -1/+6 |
| | | | |||||
* | | | Merge branch '3.x' | Takeshi KOMIYA | 2021-01-16 | 1 | -1/+9 |
|\ \ \ | | |/ | |/| | |||||
| * | | refactor: Deprecate DocumenterBrdige.reporter | Takeshi KOMIYA | 2021-01-12 | 1 | -2/+8 |
| | | | | | | | | | | | | | | | The logging system of Sphinx was migrated to sphinx.util.logging now. So it's time to deprecate reporter interface for Documenters. | ||||
* | | | Merge branch '3.x' | Takeshi KOMIYA | 2021-01-01 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | 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 | ||||
| * | Add stacklevel parameter to warnings.warn() call | Takeshi KOMIYA | 2020-05-03 | 1 | -1/+1 |
| | | |||||
* | | Do isort | Takeshi KOMIYA | 2020-11-12 | 1 | -1/+0 |
| | | |||||
* | | Remove deprecated features marked as RemovedInSphinx40Warning | Takeshi KOMIYA | 2020-04-29 | 1 | -14/+3 |
| | | |||||
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-03-21 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Deprecate sphinx.ext.autodoc.get_documenters() | Takeshi KOMIYA | 2020-03-16 | 1 | -2/+2 |
| | | |||||
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-03-10 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix #7267: autodoc: errormsg for invalid directive options has wrong location | Takeshi KOMIYA | 2020-03-07 | 1 | -1/+1 |
| | | |||||
* | | Deprecate codes for python 3.5 | Takeshi KOMIYA | 2020-03-07 | 1 | -5/+1 |
|/ | |||||
* | Fix type annotation for python 3.5.1 | Takeshi KOMIYA | 2019-07-13 | 1 | -2/+7 |
| | |||||
* | Migrate to py3 style type annotation: sphinx.ext.autodoc.directive | Takeshi KOMIYA | 2019-07-01 | 1 | -27/+18 |
| | |||||
* | Fix #6165: autodoc: ``tab_width`` setting of docutils has been ignored | Takeshi KOMIYA | 2019-04-25 | 1 | -4/+18 |
| | |||||
* | Add imported-members to the directive whitelist | Alex Sergeev | 2019-04-13 | 1 | -1/+2 |
| | |||||
* | Clean up import for annotations | Takeshi KOMIYA | 2019-03-06 | 1 | -2/+1 |
| | |||||
* | Remove unnecessary encoding cookie from Python source files | Jon Dufresne | 2018-12-16 | 1 | -1/+0 |
| | | | | | | | | | | | | | | In Python 3, the default encoding of source files is utf-8. The encoding cookie is now unnecessary and redundant so remove it. For more details, see the docs: https://docs.python.org/3/howto/unicode.html#the-string-type > The default encoding for Python source code is UTF-8, so you can > simply include a Unicode character in a string literal ... Includes a fix for the flake8 header checks to stop expecting an encoding cookie. | ||||
* | Replace all "unicode" type by "str" | Takeshi KOMIYA | 2018-12-15 | 1 | -3/+2 |
| | |||||
* | Add docutils-stubs to test deps | Takeshi KOMIYA | 2018-12-15 | 1 | -1/+1 |
| |