Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unescape quotation marks where possible | Adam Turner | 2023-02-18 | 1 | -1/+1 |
| | |||||
* | Run pyupgrade (#11070) | Adam Turner | 2023-01-02 | 1 | -1/+1 |
| | |||||
* | Use PEP 595 types | Adam Turner | 2023-01-01 | 1 | -14/+14 |
| | |||||
* | Insert ``from __future__ import annotations`` | Adam Turner | 2023-01-01 | 1 | -0/+2 |
| | |||||
* | remove blanket 'noqas' | Daniel Eades | 2022-12-16 | 1 | -1/+1 |
| | |||||
* | Drop Python 3.7 | Adam Turner | 2022-09-27 | 1 | -1/+1 |
| | |||||
* | Make toctree accept special docnames (#10673) | Brecht Machiels | 2022-09-12 | 1 | -2/+6 |
| | | | | | | The `.. toctree::` directive now supports the reserved special docnames 'genindex', 'modindex', and 'search'. Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com> | ||||
* | Update include_patterns implementation (#10680) | Adam Turner | 2022-07-23 | 1 | -1/+1 |
| | |||||
* | Improve static typing strictness (#10569) | danieleades | 2022-07-18 | 1 | -1/+1 |
| | |||||
* | Add `include_patterns` as the opposite of `exclude_patterns` (#10518) | Adam Turner | 2022-07-17 | 1 | -1/+1 |
| | |||||
* | `rawsource` is deprecated in `docutils.nodes.Text` | Adam Turner | 2022-04-22 | 1 | -1/+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 |
| | |||||
* | address some unused loop control variables (B007) | Daniel Eades | 2022-01-12 | 1 | -1/+1 |
| | |||||
* | A happy new year! | Takeshi KOMIYA | 2022-01-01 | 1 | -1/+1 |
| | |||||
* | Fix #9623: Separate warning type 'toc.not_readable' to 'toc.excluded' | Takeshi KOMIYA | 2021-11-10 | 1 | -1/+3 |
| | |||||
* | Close #9623: Allow to suppress warnings on excluded document found in toctree | Takeshi KOMIYA | 2021-09-12 | 1 | -1/+2 |
| | |||||
* | Fix i18n: messages in sphinx.directives.other are not translated | Takeshi KOMIYA | 2021-09-12 | 1 | -7/+7 |
| | |||||
* | refactor: Use logger.warning() instead of reporter.warning() | Takeshi KOMIYA | 2021-09-12 | 1 | -13/+13 |
| | |||||
* | refactor: Use PEP-526 based variable annotation (sphinx.directives) | Takeshi KOMIYA | 2021-03-23 | 1 | -6/+6 |
| | |||||
* | refactor: Add a type alias for the option_spec of directives; OptionSpec | Takeshi KOMIYA | 2021-03-13 | 1 | -6/+7 |
| | |||||
* | Merge branch '3.x' | Takeshi KOMIYA | 2021-01-30 | 1 | -0/+1 |
|\ | |||||
| * | Fix #8072: Directive hlist not implemented in LaTeX | jfbu | 2021-01-28 | 1 | -0/+1 |
| | | | | | | | | | | Adds ``multicol`` LaTeX package requirement, but it is a required part of any latex distribution. | ||||
* | | 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 | ||||
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-11-12 | 1 | -3/+2 |
|\ \ | |/ | |||||
| * | Sort imports with isort | François Freitag | 2020-11-11 | 1 | -3/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | Preserve backwards compatibility | Peter Bell | 2020-07-16 | 1 | -2/+5 |
| | | |||||
| * | Require canonical name to be specified when calling deprecated_alias | Peter Bell | 2020-07-15 | 1 | -1/+1 |
| | | |||||
* | | Close #8201: Emit a warning if toctree contains duplicated entries | Takeshi KOMIYA | 2020-09-13 | 1 | -1/+7 |
| | | |||||
* | | Remove deprecated features marked as RemovedInSphinx40Warning | Takeshi KOMIYA | 2020-04-29 | 1 | -11/+0 |
| | | |||||
* | | Hello TYPE_CHECKING! | Takeshi KOMIYA | 2020-03-07 | 1 | -3/+2 |
|/ | |||||
* | refactor: Update type annotations in sphinx.* | Takeshi KOMIYA | 2020-02-23 | 1 | -2/+2 |
| | |||||
* | Fix #6581: :reversed: for toctree does not effect to LaTeX build | Takeshi KOMIYA | 2020-02-06 | 1 | -0/+1 |
| | |||||
* | A happy new year! | Takeshi KOMIYA | 2020-01-01 | 1 | -1/+1 |
| | |||||
* | Move sphinx.directives.other:Index to sphinx.domains.index | Takeshi KOMIYA | 2019-12-29 | 1 | -26/+12 |
| | |||||
* | Replace `a and b or c` by the more legible `b if a or c`. | Antony Lee | 2019-12-21 | 1 | -1/+1 |
| | |||||
* | Migrate to py3 style type annotation: sphinx.directives.other | Takeshi KOMIYA | 2019-06-08 | 1 | -28/+18 |
| | |||||
* | Merge branch '2.0' | Takeshi KOMIYA | 2019-03-07 | 1 | -1/+1 |
|\ | |||||
| * | Clean up import for annotations | Takeshi KOMIYA | 2019-03-06 | 1 | -1/+1 |
| | | |||||
* | | Add a helper method ``SphinxDirective.set_source_info()`` | Takeshi KOMIYA | 2019-03-03 | 1 | -6/+5 |
|/ | |||||
* | Merge branch '1.8' | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 |
|\ | |||||
| * | A happy new year! | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+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. | ||||
* | | Use Python 3 super() argument-less syntax | Jon Dufresne | 2018-12-15 | 1 | -2/+2 |
| | | | | | | | | | | | | The form is less verbose and more idiomatic for Python 3 only code. https://docs.python.org/3/library/functions.html#super | ||||
* | | Replace all "unicode" type by "str" | Takeshi KOMIYA | 2018-12-15 | 1 | -3/+2 |
| | | |||||
* | | Fix annotations | Takeshi KOMIYA | 2018-12-08 | 1 | -1/+2 |
| | | |||||
* | | Fix annotations: Give Any type to state.memo to conceal errors | Takeshi KOMIYA | 2018-12-03 | 1 | -7/+8 |
| | | |||||
* | | Fix annotations for Directives (Replace N_co with nodes.Node) | Takeshi KOMIYA | 2018-12-01 | 1 | -25/+28 |
| | |