nixos/lib/make-options-doc: remove optionsDocBook

Follow through on #296384.
This commit is contained in:
Wolfgang Walther 2024-11-17 13:40:12 +01:00
parent 73df63f8ef
commit de69ff528b
No known key found for this signature in database
GPG Key ID: B39893FA5F65CAE1

View File

@ -39,10 +39,6 @@
}
```
## optionsDocBook
deprecated since 23.11 and will be removed in 24.05.
## optionsAsciiDoc
Documentation rendered as AsciiDoc. This is useful for e.g. man pages.
@ -219,6 +215,4 @@ in rec {
echo "file json $dst/options.json" >> $out/nix-support/hydra-build-products
echo "file json-br $dst/options.json.br" >> $out/nix-support/hydra-build-products
'';
optionsDocBook = throw "optionsDocBook has been removed in 24.05";
}