Commit Graph

21251 Commits

Author SHA1 Message Date
Adam Dangoor
c00388f509
Remove unused monkeypatch fixtures (#12841) 2024-08-31 07:48:08 +01:00
Adam Dangoor
7b6f76b61c
Remove an unused function in a test (#12839) 2024-08-31 07:47:16 +01:00
Adam Dangoor
b5617c0d15
Remove unused `make_app` fixtures (#12842) 2024-08-31 07:46:38 +01:00
SergejKr
cb3998d7e0
Note platform support for `--jobs` (#12837)
Co-authored-by: Sergej Krylow <Sergej.Krylow@sefe.eu>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
2024-08-31 06:41:12 +00:00
Adam Dangoor
678704fde6
Fix CalledProcessError attribute access in tests (#12838) 2024-08-31 07:37:42 +01:00
Jean-François B.
ce0d1791d6
LaTeX: avoid large voids sometimes occurring at page bottoms (#12832) 2024-08-27 11:44:51 +02:00
danieleades
53f8edfba4
lint: typecheck docs/conf.py (#12697) 2024-08-26 11:33:34 +02:00
Jean-François B.
bf431ed0d7
LaTeX: do not use `\small with FreeMono, but Scale=0.9` (#12822) 2024-08-25 17:07:49 +02:00
Jean-François B.
447cd1ab1e
LaTeX: Fix #12735 about siglines with typing but no parameter list (#12737) 2024-08-24 21:48:51 +02:00
Jean-François B.
3d49941484
LaTeX: two lines lost in previous commit (docs) (#12819) 2024-08-23 18:15:40 +02:00
Jean-François B.
9943274033
LaTeX: clarify some docs, add syntax highlighting (refactoring) (#12818) 2024-08-23 18:04:38 +02:00
Bénédikt Tran
1852d0f087
intersphinx: Fix double forward slashes in inventory urls (#12807) 2024-08-22 10:11:12 +01:00
dependabot[bot]
67e460bc90
Bump types-pillow to 10.2.0.20240822 (#12810) 2024-08-22 10:09:49 +01:00
Frank Dana
e54982f27c
Fix typo in `sphinx-autogen` documentation (#12809) 2024-08-22 10:09:13 +01:00
Jean-François B.
1c131dfffe
LaTeX: make contents, topic, and sidebar separately customizable (#12704)
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
2024-08-19 20:43:47 +02:00
Shengyu Zhang
48a8579786
docs: fix docstring of index domain (#12804) 2024-08-19 18:17:15 +02:00
Jean-François B.
0504903d47
Update changes/7.4.rst to quote fix of #8807 (#12802) 2024-08-19 09:11:14 +02:00
Thomas Fanning
e0f2009346
LaTeX: Add math_numsep support to latex builder (#12652)
Co-authored-by: Jean-François B <2589111+jfbu@users.noreply.github.com>
2024-08-18 21:34:20 +02:00
Adam Turner
1fc780cd78
Test on free-threaded builds of Python (#12798) 2024-08-18 02:10:57 +01:00
Jean-François B.
67aed41940
LaTeX: avoid "Overfull \hbox" reports when solved by verbatimforcewraps (#12733) 2024-08-17 20:59:24 +02:00
Jean-François B.
4c7fe10a4b
LaTeX: fix mark-up when \DUrole is used with multiple classes (#12745) 2024-08-17 20:33:15 +02:00
Adam Turner
334e69fbb4
Test command line argument parsing (#12795) 2024-08-17 02:53:48 +01:00
Adam Turner
2e1415cf6c
Use `headlessFirefox` and update to Node 20 (#12794) 2024-08-16 23:18:24 +00:00
Adam Turner
90b57914d1 Bump Ruff to 0.6.1 2024-08-16 22:37:26 +01:00
Adam Dangoor
ae8b37793d
Improve typing for `mocksvgconverter.py` (#12788)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
2024-08-16 22:35:32 +01:00
Adam Dangoor
d1c23a08a9
Add per-event overloads to `EventManager.connect()` (#12787)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
2024-08-16 21:46:55 +01:00
Adam Turner
c9d3414be7 Better typing for ObjType 2024-08-16 20:58:19 +01:00
Adam Turner
f9b3355642 Split `Index{Entry}` 2024-08-16 20:58:10 +01:00
Adam Dangoor
d56cf30ecb
Fix `sphinx.testing.path.path.write_bytes` bytes type (#12790) 2024-08-16 10:46:54 +01:00
Adam Dangoor
0530f9808b
Add type hint for a use of Pytest's `tmp_path_factory` (#12791) 2024-08-16 10:46:06 +01:00
Adam Dangoor
f807729ae5
Avoid a potential `NameError` (#12789) 2024-08-16 10:45:24 +01:00
Adam Dangoor
cb455ddada
Add per-event overloads to `Sphinx.connect()` (#12784)
Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com>
2024-08-15 21:49:50 +01:00
Adam Turner
76ead8737d Bump Ruff to 0.6.0 2024-08-15 21:42:32 +01:00
Adam Turner
3cebbd9156
Fix linting job (#12786) 2024-08-15 20:16:26 +00:00
Tim Hoffmann
49c3b21c60
Format directive options and add some missing ones (#12779)
Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com>
2024-08-14 20:59:50 +01:00
Adam Turner
eb6ff0a258
Increase test independence by using the basic theme (#12776) 2024-08-14 20:45:33 +01:00
Jean-François B
444cc04444 LaTeX: Lift a potential limitation of \sphinxincludegraphics 2024-08-14 14:50:40 +02:00
Adam Turner
fadb6b10cb
Stop exiting early with `--fail-on-warnings; add --exception-on-warning` (#12743)
Co-authored-by: Jeremy Maitin-Shepard <jbms@google.com>
2024-08-13 17:12:42 +01:00
Adam Turner
0b17bb1029
Always define the builder and `testroot when using the app` fixtureture (#12775) 2024-08-12 22:34:03 +01:00
Adam Turner
f7d6f4a212
Add debug logging for when `restify` fails (#12774) 2024-08-12 21:04:19 +01:00
James Addison
b4d2058310
Restore relative path output in the babel runner (#12773) 2024-08-12 14:54:31 +01:00
Adam Turner
03b9134ee0
Short-circuit HTTP requests in tests (#12772) 2024-08-12 03:49:58 +01:00
Adam Turner
070f2c1db0
Install graphviz on Windows (#12771) 2024-08-12 01:07:10 +01:00
Adam Turner
0c67623ae8
Speed up setup of jobs in GitHub Actions (#12769) 2024-08-12 00:01:36 +01:00
James Addison
0bfaadf6c9
singlehtml: Use same-document hyperlinks for internal project references (#12551)
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com>
2024-08-11 22:43:48 +01:00
Adam Turner
a3f138329b
Refactor `BuildInfo` and move to a new module (#12768) 2024-08-11 22:09:59 +01:00
Jean-François B.
9d3087cc92
LaTeX: let latexpdf implement '-q' and '-Q' sphinx-build options (#12729) 2024-08-11 21:33:07 +01:00
Jeremy Bowman
0cbdd98ffb
Correctly support custom gettext output templates (#12645)
Co-authored-by: Jeremy Bowman <jmbowman@alum.mit.edu>
Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com>
2024-08-11 20:34:04 +01:00
Tim Hoffmann
646a5d7482
Support type-dependent search result highlighting via CSS (#12474)
Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com>
Co-authored-by: James Addison <55152140+jayaddison@users.noreply.github.com>
2024-08-11 20:22:21 +01:00
Hugo van Kemenade
9171f533cc
Fix singular and plural search results text (#12639)
Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com>
2024-08-11 20:19:05 +01:00