Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ci_boost_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ def command_build(self):
os.path.join(self.build_dir, "docbook-xsl", "docbook-xsl-1.79.1"),
os.path.join(self.build_dir, "docbook-xml"),
),
"using asciidoctor ;",
"using asciidoctor : : asciidoctor-attribute=source-highlighter=highlight.js ;",
"using saxonhe ;",
)

Expand Down
10 changes: 10 additions & 0 deletions docker/python3/noble/v4/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## Noble v4 Docker Image

This Docker image includes all dependencies needed for building Boost documentation, including:

- highlight.js for Asciidoctor source code highlighting
- All standard documentation building tools

The highlight.js integration allows for better code highlighting in Asciidoctor documentation pages, replacing the default Rouge highlighter.

Refer to the README.md in the docker/ folder.