Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Merge branch '4.x' | Takeshi KOMIYA | 2022-01-09 | 1 | -3/+3 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | Fix mypy violations (with mypy-0.931) | Takeshi KOMIYA | 2022-01-09 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge branch '4.3.x' into 4.x | Takeshi KOMIYA | 2022-01-09 | 1 | -2/+2 | |
| |\ \ | ||||||
| | * | | Fix mypy violations (with mypy-0.931) | Takeshi KOMIYA | 2022-01-09 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | Merge branch '4.x' | Takeshi KOMIYA | 2022-01-03 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Migrate to Node.findall() from Node.traverse() | Takeshi KOMIYA | 2022-01-03 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Node.traverse() was marked as deprecated since docutils-0.18. Instead of it, Node.findall() has been added as successor of traverse(). This applies a patch to docutils-0.17 or older to be available Node.findall() and use it. | |||||
* | | | | Merge branch '4.x' | Takeshi KOMIYA | 2022-01-02 | 1 | -4/+3 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | i18n: meta strings are not translated with docutils-0.18 | Takeshi KOMIYA | 2022-01-02 | 1 | -4/+3 | |
| |/ / | | | | | | | | | | | | | | | | | | | i18n feature for meta strings does not work if docutils-0.18 used. Note: Since docutils-0.18, patch for meta directive is no longer needed because it uses a picklable meta nodes; ``docutils.nodes.meta``. | |||||
* | | | Merge branch '4.x' | Takeshi KOMIYA | 2022-01-01 | 4 | -4/+4 | |
|\ \ \ | |/ / | ||||||
| * | | A happy new year! | Takeshi KOMIYA | 2022-01-01 | 4 | -4/+4 | |
| | | | ||||||
* | | | refactor: Remove RemovedInSphinx50Warning (partially) | Takeshi KOMIYA | 2021-12-17 | 1 | -11/+0 | |
|/ / | ||||||
* | | Merge branch '4.x' into 9623_suppress_warnings_for_excluded_document_in_toctree | Takeshi KOMIYA | 2021-11-10 | 1 | -5/+16 | |
|\ \ | ||||||
| * | | Fix #9688: ImportError for set_classes() | Takeshi KOMIYA | 2021-10-09 | 1 | -0/+1 | |
| | | | ||||||
| * | | Merge branch '4.x' into class-option-for-code-directive | Takeshi KOMIYA | 2021-10-09 | 1 | -5/+14 | |
| |\ \ | ||||||
| | * | | Support docutils-0.18; Meta directive and meta node has moved | Takeshi KOMIYA | 2021-10-03 | 1 | -5/+14 | |
| | |/ | ||||||
| * | | Fix bug of Sphinx's .. code:: directive not recognizing :class: option | Latosha Maltba | 2021-10-03 | 1 | -0/+1 | |
| |/ | | | | | | | | | | | | | | | | | | | Sphinx's own .. code:: directive (but not docutils') does not recognise the :class: option but only the :classes: option. This is probably due to an oversight that the user-visible option is called ``:class:`` while the Python attribute is called ``classes`` (to not collide with the keyword ``class``). Fix it by checking for the option ``class`` instead of ``classes``. | |||||
* | | 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 | |
|/ | ||||||
* | Decl styling, move desc dynamic classes to domain base class | Jakob Lykke Andersen | 2021-04-12 | 1 | -0/+1 | |
| | ||||||
* | refactor: Use PEP-526 based variable annotation (sphinx.directives) | Takeshi KOMIYA | 2021-03-23 | 4 | -15/+15 | |
| | ||||||
* | refactor: Add a type alias for the option_spec of directives; OptionSpec | Takeshi KOMIYA | 2021-03-13 | 4 | -15/+18 | |
| | ||||||
* | Close #8487: csv-table now considers abspath as relpath from srcdir | Takeshi KOMIYA | 2021-03-09 | 1 | -12/+25 | |
| | | | | | | To make directives' behavior consistent, the :file: option for csv-table directive now recognizes an absolute path as a relative path from source directory. | |||||
* | Fix wrong directive name in warning messages | Takeshi KOMIYA | 2021-03-07 | 1 | -2/+2 | |
| | ||||||
* | 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-16 | 1 | -3/+5 | |
|\ \ | |/ | ||||||
| * | Fix #2030: automatic dedent support in code-block directive | Takeshi KOMIYA | 2021-01-13 | 1 | -3/+5 | |
| | | ||||||
* | | Merge branch '3.x' | Takeshi KOMIYA | 2021-01-08 | 1 | -5/+7 | |
|\ \ | |/ | ||||||
| * | refactor: Update typehints for ObjectDescription using Generic | Takeshi KOMIYA | 2021-01-03 | 1 | -5/+7 | |
| | | ||||||
* | | Merge branch '3.x' | Takeshi KOMIYA | 2021-01-01 | 4 | -4/+4 | |
|\ \ | |/ | ||||||
| * | A happy new year! | Takeshi KOMIYA | 2021-01-01 | 4 | -4/+4 | |
| | | | | | | | | | | | | | | .. 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 | |||||
* | | Do isort | Takeshi KOMIYA | 2020-11-12 | 1 | -2/+1 | |
| | | ||||||
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-11-12 | 4 | -10/+6 | |
|\ \ | |/ | ||||||
| * | Sort imports with isort | François Freitag | 2020-11-11 | 4 | -23/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
* | | Close #8201: Emit a warning if toctree contains duplicated entries | Takeshi KOMIYA | 2020-09-13 | 1 | -1/+7 | |
| | | ||||||
* | | Merge branch '3.x' into master | Takeshi KOMIYA | 2020-09-13 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Fix #8163: Update warning message for :dedent: option | Takeshi KOMIYA | 2020-09-05 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-07-24 | 1 | -1/+4 | |
|\ \ | |/ | ||||||
| * | Preserve backwards compatibility | Peter Bell | 2020-07-16 | 2 | -25/+47 | |
| | | ||||||
| * | Require canonical name to be specified when calling deprecated_alias | Peter Bell | 2020-07-15 | 2 | -19/+22 | |
| | | ||||||
* | | Merge commit '05c65163ecd0ce7bdb7c6807de683266b98e5b28' | Takeshi KOMIYA | 2020-07-05 | 1 | -4/+5 | |
|\ \ | |/ | ||||||
| * | Fix exception causes in code.py | Ram Rachum | 2020-06-12 | 1 | -4/+5 | |
| | | ||||||
* | | Remove deprecated features marked as RemovedInSphinx40Warning | Takeshi KOMIYA | 2020-04-29 | 3 | -60/+1 | |
| | | ||||||
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-04-06 | 1 | -0/+10 | |
|\ \ | |/ | ||||||
| * | Add ObjectDescription.transform_content() | Jakob Lykke Andersen | 2020-03-29 | 1 | -0/+10 | |
| | | ||||||
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-03-21 | 1 | -4/+6 | |
|\ \ | |/ | ||||||
| * | Simplify backslash stripping | Jakob Lykke Andersen | 2020-03-20 | 1 | -22/+2 | |
| | | ||||||
| * | Remove backslash stripping in domains. | Jakob Lykke Andersen | 2020-03-20 | 1 | -2/+24 | |
| | | | | | | | | | | | | Adds several ways to reinstate the old behaviour. Fixes sphinx-doc/sphinx#6462 |