Hugo van Kemenade
|
95b2cce9a0
|
Add a `versionremoved` directive (#11905)
Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
|
2024-01-21 20:12:52 +00:00 |
|
James Addison
|
2418e007ce
|
Support unary subtraction in annotation parsing (#11904)
|
2024-01-21 14:31:04 +00:00 |
|
Adam Turner
|
360c7a8022
|
Load themes through iteration rather than recursion
|
2024-01-21 03:59:31 +00:00 |
|
Adam Turner
|
99dd0cb4c6
|
Refactor `sphinx.theming` to prepare for iterative loading
|
2024-01-21 03:59:31 +00:00 |
|
Adam Turner
|
0ca2ddf924
|
Make various theme-related objects private
|
2024-01-21 03:59:31 +00:00 |
|
Adam Turner
|
e9dcfebcf9
|
Split the Python domain into multiple modules
``sphinx.domains.python`` was previously over 1,700 lines long
|
2024-01-19 03:55:47 +00:00 |
|
Adam Turner
|
1327ec71f2
|
Fix flake8 in test_build_latex
|
2024-01-19 03:28:23 +00:00 |
|
Adam Turner
|
4f962bf8e0
|
Split the C domain into multiple modules
``sphinx.domains.c`` was previously over 3,90 lines long
|
2024-01-19 03:28:23 +00:00 |
|
Adam Turner
|
7d30821e87
|
Split the C++ domain into multiple modules
``sphinx.domains.cpp`` was previously over 8,200 lines long
|
2024-01-19 03:28:23 +00:00 |
|
Adam Turner
|
38ac67bd6c
|
Use long `re` flags
|
2024-01-19 02:28:06 +00:00 |
|
Adam Turner
|
183dd51f4d
|
Explode the test matrix for test_build_latex_doc
|
2024-01-19 02:28:06 +00:00 |
|
Adam Turner
|
4c9364896e
|
Consolidate warnings tests in `test_build_warnings`
|
2024-01-19 02:28:06 +00:00 |
|
Adam Turner
|
6fab64fb55
|
Explicitly remove the `autodoc_fodder` module
|
2024-01-19 02:28:06 +00:00 |
|
Adam Turner
|
f195c4ae87
|
Various C++ domain performance improvements (#11895)
Authored-by: Jakob Lykke Andersen <Jakob@caput.dk>
Co-authored-by: Jakob Lykke Andersen <Jakob@caput.dk>
|
2024-01-19 02:20:43 +00:00 |
|
Adam Turner
|
e3b613aa37
|
Clean up global state in SphinxTestApp
|
2024-01-18 23:30:22 +00:00 |
|
Adam Turner
|
1785fc9352
|
Remove spurious blank lines
|
2024-01-18 01:26:17 +00:00 |
|
Adam Turner
|
311ca30564
|
Improve `check_xpath`
|
2024-01-18 01:21:09 +00:00 |
|
Adam Turner
|
898e50c2c7
|
Remove `flat_dict`
|
2024-01-18 01:16:49 +00:00 |
|
Adam Turner
|
0331bdec0e
|
Fix import order
|
2024-01-18 00:54:27 +00:00 |
|
Adam Turner
|
7800bf00dc
|
Split `test_domain_py`
|
2024-01-18 00:52:25 +00:00 |
|
Adam Turner
|
1cb9fc3e63
|
Split `test_build_html`
|
2024-01-18 00:52:25 +00:00 |
|
Adam Turner
|
462404cb25
|
Organise tests into directories
|
2024-01-17 03:56:35 +00:00 |
|
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
|
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 |
|
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
|
23cef9b59a
|
Use `https://` where possible
|
2024-01-14 04:18:57 +00:00 |
|
James Addison
|
9e198c70fd
|
linkcheck: add a distinct 'timeout' reporting status (#11876)
|
2024-01-13 08:14:06 +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
|
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
|
db9e476288
|
Increase the minimum supported version of Alabaster to 0.7.14 (#11858)
|
2024-01-08 19:49:04 +00:00 |
|
Adam Turner
|
18394ae96b
|
Add more types with an incorrect `__module__` attribute (#11861)
|
2024-01-08 18:25:05 +00:00 |
|
Adam Turner
|
e570f56022
|
Enable flake8-logging (LOG) rules
|
2024-01-04 04:16:13 +00:00 |
|
Adam Turner
|
1b4177540e
|
Enable RUF017
|
2024-01-04 04:12:26 +00:00 |
|
Adam Turner
|
97a83acb17
|
Enable RUF013
|
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
|
3d98eeea79
|
Update Ruff to 0.1.11
|
2024-01-04 02:43:52 +00:00 |
|
Dimitri Papadopoulos Orfanos
|
460a63010f
|
Fix various spelling errors (#11735)
|
2024-01-04 02:37:44 +00:00 |
|
Adam Turner
|
efd24cf4ca
|
Defer computation of configuration values (#11855)
|
2024-01-04 02:23:45 +00:00 |
|
Adam Turner
|
4ce2d84761
|
Move special-case bool conversion to 'gettext'
|
2024-01-03 23:41:35 +00:00 |
|
Adam Turner
|
68af0ac2be
|
Make `Config.values` private
|
2024-01-03 22:17:11 +00:00 |
|
Adam Turner
|
259118d182
|
Narrow the type for configuration option 'valid_types' values
|
2024-01-03 21:51:39 +00:00 |
|
Adam Turner
|
fd23cf0256
|
Introduce a configuration option type
* Normalise rebuild values
* Ensure that the tuple interface continues to work
|
2024-01-03 19:58:55 +00:00 |
|
Dimitri Papadopoulos Orfanos
|
b9691c0ce6
|
Add some recent Ruff rules (#11833)
|
2024-01-02 01:22:08 +00:00 |
|
James Addison
|
d66d51ad8c
|
test_build_linkcheck: test_defaults: fix line-number assertion when using docutils 0.21b+ (#11818)
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
|
2023-12-30 13:38:30 +01:00 |
|
danieleades
|
f7f4fb42b0
|
Enable more entire categories in Ruff (#11816)
Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com>
|
2023-12-29 09:55:28 +00:00 |
|
James Addison
|
246312287e
|
Resolve lint warnings reported by Ruff (#11719)
|
2023-12-28 06:51:32 +00:00 |
|