Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | html builder: Append CRC32 checksum to asset URIs (#11415) | Adam Turner | 2023-05-11 | 1 | -1/+2 |
| | |||||
* | Resolve ``flake8-return`` errors | Adam Turner | 2023-02-18 | 1 | -2/+1 |
| | |||||
* | Fix COM812 | Adam Turner | 2023-02-18 | 1 | -2/+2 |
| | |||||
* | Undo parallel image changes | Adam Turner | 2023-01-10 | 1 | -7/+4 |
| | |||||
* | Fix copying images under parallel execution (#11100) | Adam Turner | 2023-01-07 | 1 | -4/+7 |
| | |||||
* | Move console output utilities to ``sphinx.util.display`` | Adam Turner | 2023-01-03 | 1 | -1/+2 |
| | | | | | - Merge `old_status_iterator` into ``status_iterator``. ``old_status_iterator`` was deprecated in version 1.6. | ||||
* | Use PEP 604 types | Adam Turner | 2023-01-01 | 1 | -4/+4 |
| | |||||
* | Use PEP 595 types | Adam Turner | 2023-01-01 | 1 | -8/+8 |
| | |||||
* | Insert ``from __future__ import annotations`` | Adam Turner | 2023-01-01 | 1 | -0/+2 |
| | |||||
* | remove blanket 'noqas' | Daniel Eades | 2022-12-16 | 1 | -2/+6 |
| | |||||
* | Improve static typing strictness (#10569) | danieleades | 2022-07-18 | 1 | -10/+10 |
| | |||||
* | `rawsource` is deprecated in `docutils.nodes.Text` | Adam Turner | 2022-04-22 | 1 | -2/+2 |
| | |||||
* | Catch `DeprecationWarning` for `docutils.frontend.OptionParser` | Adam Turner | 2022-04-22 | 1 | -4/+9 |
| | |||||
* | Collapse single line docstrings | Adam Turner | 2022-02-20 | 1 | -2/+1 |
| | |||||
* | Remove copyright and licence fields | Adam Turner | 2022-02-20 | 1 | -3/+0 |
| | |||||
* | Fix module docstring indentation | Adam Turner | 2022-02-20 | 1 | -2/+2 |
| | |||||
* | Fix module docstring first line | Adam Turner | 2022-02-20 | 1 | -2/+1 |
| | |||||
* | Remove module titles in docstrings | Adam Turner | 2022-02-19 | 1 | -3/+0 |
| | |||||
* | Migrate to Node.findall() from Node.traverse() | Takeshi KOMIYA | 2022-01-03 | 1 | -2/+2 |
| | | | | | | | | 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. | ||||
* | A happy new year! | Takeshi KOMIYA | 2022-01-01 | 1 | -1/+1 |
| | |||||
* | texinfo: simplify reference emission. | Martin Liska | 2021-11-12 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | The commit adds a new config value 'texinfo_emit_document_references' that blocks the emission of inline references and make it better readable with legacy stand-alone reader ``info``. Before the change we emit: Default option value for @ref{e,,-Wshift-overflow3}. while with texinfo_emit_document_references == True: Default option value for -Wshift-overflow3. It addresses limitations mentioned in Sphinx' FAQ: https://www.sphinx-doc.org/en/master/faq.html#texinfo-info | ||||
* | refactor: Use PEP-526 based variable annotation | Takeshi KOMIYA | 2021-04-08 | 1 | -5/+5 |
| | |||||
* | refactor: Use PEP-526 based variable annotation (sphinx.builders) | Takeshi KOMIYA | 2021-03-13 | 1 | -1/+2 |
| | |||||
* | Close #8326: Rename master_doc to root_doc | Takeshi KOMIYA | 2021-02-28 | 1 | -1/+1 |
| | | | | | | To describe the purpose more accurately, the `master_doc` is now renamed to `root_doc`. The old name is still available. But it is recommeneded to use new one from now on. | ||||
* | Merge branch '3.4.x' into 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 | ||||
* | | Fix #8094: texinfo: images on the different directory with document are not ↵ | Takeshi KOMIYA | 2020-12-27 | 1 | -1/+2 |
|/ | | | | copied | ||||
* | Sort imports with isort | François Freitag | 2020-11-11 | 1 | -6/+3 |
| | | | | | | | | | | | | 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. | ||||
* | Add "typ" to NoUri | Takeshi KOMIYA | 2020-01-01 | 1 | -1/+1 |
| | |||||
* | More NoUri details. | Julien Palard | 2020-01-01 | 1 | -1/+1 |
| | |||||
* | A happy new year! | Takeshi KOMIYA | 2020-01-01 | 1 | -1/+1 |
| | |||||
* | mypy: Enable disallow_incomplete_defs flag for type checking | Takeshi KOMIYA | 2019-12-30 | 1 | -1/+1 |
| | |||||
* | Migrate to py3 style type annotation: sphinx.builders.texinfo | Takeshi KOMIYA | 2019-06-10 | 1 | -30/+15 |
| | |||||
* | Merge branch '2.0' | Takeshi KOMIYA | 2019-03-07 | 1 | -6/+7 |
|\ | |||||
| * | Fix #3079: texinfo: image files are not copied on ``make install-info`` | Takeshi KOMIYA | 2019-03-02 | 1 | -6/+7 |
| | | |||||
* | | refactor: move NoUri to sphinx.errors | Takeshi KOMIYA | 2019-03-02 | 1 | -1/+1 |
|/ | |||||
* | texinfo: refactor with progress_message() | Takeshi KOMIYA | 2019-02-11 | 1 | -34/+33 |
| | |||||
* | Give "nonl=True" value to logging.info() instead of int | Takeshi KOMIYA | 2019-01-19 | 1 | -4/+4 |
| | |||||
* | Merge branch '1.8' | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 |
|\ | |||||
| * | A happy new year! | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 |
| | | |||||
* | | Replace EnvironmentError and IOError by OSError | Takeshi KOMIYA | 2018-12-19 | 1 | -1/+1 |
| | | | | | | | | | | Since python 3.3, EnvironmentError and IOError were merged into OSError. | ||||
* | | 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. | ||||
* | | refactor: Remove u-prefix from strings | Takeshi KOMIYA | 2018-12-16 | 1 | -2/+2 |
| | | |||||
* | | Replace all "unicode" type by "str" | Takeshi KOMIYA | 2018-12-15 | 1 | -11/+10 |
| | | |||||
* | | Merge pull request #5607 from tk0miya/smart_texinfo_conf_py | Takeshi KOMIYA | 2018-12-02 | 1 | -8/+11 |
|\ \ | | | | | | | quickstart: Simplify generated conf.py (for texinfo) | ||||
| * | | quickstart: Simplify generated conf.py (for texinfo) | Takeshi KOMIYA | 2018-11-11 | 1 | -8/+11 |
| | | | |||||
* | | | Fix annotations for builders | Takeshi KOMIYA | 2018-11-29 | 1 | -3/+3 |
| | | | |||||
* | | | Add sphinx.util.typing:unicode to help mypy-3 migration | Takeshi KOMIYA | 2018-11-24 | 1 | -0/+1 |
|/ / | |||||
* | | refactor: Move Makefile for texinfo to templates dir | Takeshi KOMIYA | 2018-11-01 | 1 | -55/+3 |
|/ | |||||
* | Merge branch '1.7' | Takeshi KOMIYA | 2018-03-18 | 1 | -2/+2 |
|\ |