summaryrefslogtreecommitdiff
path: root/tests/test_build_dirhtml.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix various Ruff errorsAdam Turner2023-01-311-4/+4
|
* `.read_text()` -> `.read_text(encoding='utf8')`Adam Turner2022-04-271-1/+1
|
* Collapse single line docstringsAdam Turner2022-02-201-2/+1
|
* Remove copyright and licence fieldsAdam Turner2022-02-201-3/+0
|
* Fix module docstring indentationAdam Turner2022-02-201-2/+2
|
* Fix module docstring first lineAdam Turner2022-02-201-2/+1
|
* Remove module titles in docstringsAdam Turner2022-02-191-3/+0
|
* A happy new year!Takeshi KOMIYA2022-01-011-1/+1
|
* A happy new year!Takeshi KOMIYA2021-01-011-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 ResourceWarningTakeshi KOMIYA2020-02-161-2/+3
|
* test: Use Path.read_text() insteadTakeshi KOMIYA2020-02-161-1/+1
|
* Fix #7095: dirhtml: Cross references are broken via intersphinx and :doc:Takeshi KOMIYA2020-02-071-0/+47