mirror of
https://github.com/nix-community/home-manager
synced 2024-11-08 20:29:43 +01:00
69a96783b1
The `optionsDocBook` function is deprecated in nixpkgs since nixos-23.11. This commit updates the manual and manpages to use commonmark formatted documentation instead of the deprecated docbook format.
18 lines
435 B
TOML
18 lines
435 B
TOML
[project]
|
|
name = "home-manager-render-docs"
|
|
version = "0.0"
|
|
description = "Renderer for Home Manager manual and option docs"
|
|
classifiers = [
|
|
"Programming Language :: Python :: 3",
|
|
"License :: OSI Approved :: MIT License",
|
|
"Operating System :: OS Independent",
|
|
]
|
|
dependencies = [
|
|
"nixos-render-docs"
|
|
]
|
|
|
|
[project.scripts]
|
|
home-manager-render-docs = "home_manager_render_docs:main"
|
|
|
|
[build-system]
|
|
requires = ["setuptools"]
|