Skip to content
Closed
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
4 changes: 4 additions & 0 deletions doc/local-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ antora:
using-namespaces:
- 'boost::'
- require: '@cppalliance/antora-cpp-reference-extension'
# Pin MrDocs to the develop-release channel, which carries the upstream
# fix for the symlinked-workspace cwd bug (mrdocs 4f51471e) that broke
# the reference build. Without this the extension may select master-release.
version: develop
dependencies:
- name: 'boost'
repo: 'https://github.com/boostorg/boost.git'
Expand Down
Loading