mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-14 19:24:34 +02:00
docs: Allow to generate man pages for nixvim (#686)
This commit is contained in:
parent
2031834990
commit
229fe85d6b
5 changed files with 213 additions and 1 deletions
14
man-docs/nixvim-render-docs/src/pyproject.toml
Normal file
14
man-docs/nixvim-render-docs/src/pyproject.toml
Normal file
|
@ -0,0 +1,14 @@
|
|||
[project]
|
||||
name = "nixvim-render-docs"
|
||||
version = "0.0"
|
||||
description = "Renderer for Nixvim option docs"
|
||||
classifiers = [
|
||||
"Programming Language :: Python :: 3",
|
||||
"Operating System :: OS Independent",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
nixvim-render-docs = "nixvim_render_docs:main"
|
||||
|
||||
[build-system]
|
||||
requires = ["setuptools"]
|
Loading…
Add table
Add a link
Reference in a new issue