All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] A couple of patches for sphinx-build-wrapper
@ 2025-09-20  9:40 Mauro Carvalho Chehab
  2025-09-20  9:40 ` [PATCH v2 1/3] tools/docs: sphinx-build-wrapper: handle sphinx-build errors Mauro Carvalho Chehab
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Mauro Carvalho Chehab @ 2025-09-20  9:40 UTC (permalink / raw)
  To: Linux Doc Mailing List
  Cc: Mauro Carvalho Chehab, Mauro Carvalho Chehab, linux-kernel,
	Jonathan Corbet

Hi Jon,

This small series is against docs/build-script branch.

The first patch addresses the lack of a check after running
sphinx-build to see if it returned some error code.

The second patch is a partial revert: we wneded including
sphinx-build-wrapper twice due to a badly-solved rebase from
my side.

The third patch is a bonus cleanup: it get rids with
load_config.py, replacing it by a single line at conf.py,
simplifying even further docs Makefile and docs build system.

Mauro Carvalho Chehab (3):
  tools/docs: sphinx-build-wrapper: handle sphinx-build errors
  scripts: remove sphinx-build-wrapper from scripts/
  docs: conf.py: get rid of load_config.py

 Documentation/Makefile              |   8 +-
 Documentation/conf.py               |  15 +-
 Documentation/sphinx/load_config.py |  60 ---
 scripts/sphinx-build-wrapper        | 719 ----------------------------
 tools/docs/sphinx-build-wrapper     |  18 +-
 5 files changed, 16 insertions(+), 804 deletions(-)
 delete mode 100644 Documentation/sphinx/load_config.py
 delete mode 100755 scripts/sphinx-build-wrapper

-- 
2.51.0



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-09-21 22:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-20  9:40 [PATCH v2 0/3] A couple of patches for sphinx-build-wrapper Mauro Carvalho Chehab
2025-09-20  9:40 ` [PATCH v2 1/3] tools/docs: sphinx-build-wrapper: handle sphinx-build errors Mauro Carvalho Chehab
2025-09-20  9:40 ` [PATCH v2 2/3] scripts: remove sphinx-build-wrapper from scripts/ Mauro Carvalho Chehab
2025-09-20  9:40 ` [PATCH v2 3/3] docs: conf.py: get rid of load_config.py Mauro Carvalho Chehab
2025-09-21 22:55 ` [PATCH v2 0/3] A couple of patches for sphinx-build-wrapper Jonathan Corbet

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.