Commit Graph

20571 Commits

Author SHA1 Message Date
Adam Turner
841f2bd9b7 Remove unneeded uses of `flat_dict()` 2024-01-17 01:58:52 +00:00
Nicolas Peugnet
59cf4d4c35
Allow custom targets in the manpage role (#11825)
Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com>
2024-01-17 01:09:18 +00:00
James Addison
95fb0e5e57
Ensure that document titles are sorted in `searchindex.js` (#11888) 2024-01-17 01:08:29 +00:00
Adam Turner
882a174e48 Add 2024 copyright year update to `.git-blame-ignore-revs` 2024-01-16 22:15:22 +00:00
Adam Turner
569fde84d4 Happy New Year! 2024-01-16 22:13:47 +00:00
Adam Turner
55f3089981 Improve uses of `str.join` with a throwaway list 2024-01-16 22:06:34 +00:00
Shengyu Zhang
1b39b20479
Use `repr() when an enum has a custom __repr__()` (#11879)
Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com>
2024-01-16 20:28:22 +00:00
Colin Marquardt
9c59a6ea84
Print template path chain in TemplateNotFound exceptions (#11886)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
2024-01-16 20:17:34 +00:00
Adam Turner
80d5396f9d Allow the `:no-search:` metadata tag 2024-01-15 08:15:56 +00:00
Adam Turner
9a6885d0d5 Add new maintainers 2024-01-15 08:11:51 +00:00
Adam Turner
53f7ac025f Move those who haven't committed in the last two years to "Former maintainers" 2024-01-15 08:11:51 +00:00
danieleades
f7fbfaa471
Enable various pydocstyle (D) rules (#11878)
Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com>
2024-01-14 21:13:46 +00:00
Adam Turner
587e01177d Provide example interface for ``Scorer` 2024-01-14 04:47:44 +00:00
Adam Turner
134703192d Change pytest settings
- Use the 'prepend' import mode
- Show all test statuses, save passed tests
- Set log level to INFO
2024-01-14 04:38:57 +00:00
Adam Turner
5073c29637 Don't copy `{html,epub}_theme_options ` [GH-11203] 2024-01-14 04:27:29 +00:00
Adam Turner
23cef9b59a Use `https://` where possible 2024-01-14 04:18:57 +00:00
Adam Turner
08d2a205c0 Resolve test failures 2024-01-14 03:29:56 +00:00
Adam Turner
1de54e62bd Resolve GitHub Actions failures 2024-01-14 02:57:58 +00:00
Adam Turner
f8e8b4745e Enable ANN001, ANN102, ANN202 2024-01-14 02:50:25 +00:00
Adam Turner
0a76199f99 Enable mypy error codes 2024-01-13 22:04:59 +00:00
Adam Turner
17c1aa76c6 Add type hints to untyped definitions 2024-01-13 21:23:48 +00:00
Adam Turner
82d78c19bf Bump Ruff to 0.1.13 2024-01-13 20:49:45 +00:00
Adam Turner
767e39df8c Enable some flake8-annotations (ANN) lint rules 2024-01-13 20:48:09 +00:00
James Addison
2b47fd4b4b
Update linkcheck_timeout value and documentation (#11875) 2024-01-13 17:41:28 +00:00
James Addison
9e198c70fd
linkcheck: add a distinct 'timeout' reporting status (#11876) 2024-01-13 08:14:06 +00:00
Adam Turner
85400a0430 Improve typing for `_ConfigRebuild` 2024-01-13 02:32:10 +00:00
Alex Szatmary
bcb1825679
State that `exclude_patterns` has priority (#11872) 2024-01-12 04:28:47 +00:00
James Addison
3b5d2afb9a
Fix 'test_html_scaled_image_link' for Docutils' HEAD (#11863)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
2024-01-10 01:01:47 +00:00
James Addison
6083351320
linkcheck: Expand another GitHub shorthand issue reference (#11864) 2024-01-09 13:14:05 +00:00
James Addison
5211c01646
Enable reporting HTTP 401 hyperlinks as broken in linkcheck (#11684)
Co-authored-by: picnixz <10796600+picnixz@users.noreply.github.com>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
2024-01-09 12:33:40 +00:00
Adam Turner
6ac7cdbb02 Allow hyphens in group names for productionlist cross-references 2024-01-09 02:36:58 +00:00
Nick Touran
2d1b94361f
Apply tls_verify and tls_cacerts to ImageDownloader (#11716)
Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com>
2024-01-08 20:14:39 +00:00
Adam Turner
db9e476288
Increase the minimum supported version of Alabaster to 0.7.14 (#11858) 2024-01-08 19:49:04 +00:00
Adam Turner
a6b0dbc5b9 Remove unused blocks in the `search.html` template 2024-01-08 19:47:09 +00:00
Adam Turner
959f73fe4b Improve `_stable_hash()` 2024-01-08 19:28:20 +00:00
Dimitri Papadopoulos Orfanos
6de9e0cdfd
Apply refurb/ruff rule FURB167 (#11857)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
2024-01-08 18:49:21 +00:00
Adam Turner
18394ae96b
Add more types with an incorrect `__module__` attribute (#11861) 2024-01-08 18:25:05 +00:00
Adam Turner
ea9c61fb38 Add placeholders for pydocstyle (D) in Ruff configuration 2024-01-04 04:27:03 +00:00
Adam Turner
7213e57e29 Enable the entire FA category (flake8-future-annotations) in Ruff 2024-01-04 04:20:14 +00:00
Adam Turner
3b797e10d3 Enable the entire INP category in Ruff 2024-01-04 04:17:17 +00:00
Adam Turner
e570f56022 Enable flake8-logging (LOG) rules 2024-01-04 04:16:13 +00:00
Adam Turner
df6ac6044f Note Trio isn't used 2024-01-04 04:14:09 +00:00
Adam Turner
1b4177540e Enable RUF017 2024-01-04 04:12:26 +00:00
Adam Turner
9a9599450c Enable RUF019 2024-01-04 04:12:26 +00:00
Adam Turner
97a83acb17 Enable RUF013 2024-01-04 04:12:26 +00:00
Adam Turner
7e7b3def82 Update RUF rules list 2024-01-04 04:12:26 +00:00
Adam Turner
9d6667d8f7 Enable Ruff perflint (PERF) rules 2024-01-04 04:12:26 +00:00
Adam Turner
f547aefa15 Enable FURB codes in Ruff config 2024-01-04 03:53:27 +00:00
Dimitri Papadopoulos Orfanos
6297827a04
Apply refurb/ruff rule FURB173 (#11852) 2024-01-04 03:50:31 +00:00
Dimitri Papadopoulos Orfanos
6e6f975cb0
Apply refurb/ruff rule FURB171 (#11851) 2024-01-04 03:50:23 +00:00