build
build¶
Create a MkNodes-based website, locally or remotely.
Runs the build script on given repository (either locally or a hosted one), adapts the config file automatically and creates the HTML website in given site dir.
Further info here: https://phil65.github.io/mkdocs-mknodes/CLI/
--repo-url
, -r
¶
Repository URL of the target package. Can be remote or local.
--build-fn
, -b
¶
Path to the build script. (form: path.to.module:function
)
--site-dir
, -d
¶
Default: site Path to the folder where the HTML should get written.
--clone-depth
, -c
¶
Git clone depth in case repository is remote. Important for changelog generation.
--config-path
, -p
¶
Default: mkdocs.yml Path to the config file.
--theme
, -t
¶
Default: material Theme to use for the build. Overrides config setting.
--strict
, -s
¶
Flag Strict mode (fails on warnings)
-u
, --use-directory-urls
¶
Default: True Flag Use directory-style URLs.
--verbose
, -v
¶
Flag
Enable verbose output. (DEBUG
level)
--quiet
, -q
¶
Flag Suppress output during build.
--help
¶
Flag Show this message and exit.
Page info
Code for this page
Resources
Resources(css=[],
markdown_extensions={'attr_list': {},
'md_in_html': {},
'pymdownx.emoji': {'emoji_generator': <function to_svg at 0x7f6e52627c40>,
'emoji_index': <function twemoji at 0x7f6e52627b00>},
'pymdownx.magiclink': {'repo': 'mkdocs_mknodes',
'repo_url_shorthand': True,
'user': 'phil65'}},
plugins=[],
js=[],
assets=[Asset('materialbadge_31c4bf6.css')],
packages=[])