Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix various Ruff errors | Adam Turner | 2023-01-31 | 1 | -4/+4 |
| | |||||
* | `.read_text()` -> `.read_text(encoding='utf8')` | Adam Turner | 2022-04-27 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | A happy new year! | Takeshi KOMIYA | 2022-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 | ||||
* | test: Fix ResourceWarning | Takeshi KOMIYA | 2020-02-16 | 1 | -2/+3 |
| | |||||
* | test: Use Path.read_text() instead | Takeshi KOMIYA | 2020-02-16 | 1 | -1/+1 |
| | |||||
* | Fix #7095: dirhtml: Cross references are broken via intersphinx and :doc: | Takeshi KOMIYA | 2020-02-07 | 1 | -0/+47 |