mkdocs build
Build the MkDocs documentation
Options
Name | Description |
---|---|
-h, --help | help for build |
-q, --quiet | Silence warnings |
-v, --verbose | Enable verbose output |
-f, --config-file <arg> | Provide a specific MkDocs config |
-s, --strict | Enable strict mode. This will cause MkDocs to abort the build on any warnings |
-t, --theme <theme> | The theme to use when building your documentation |
--use-directory-urls | Use directory URLs when building pages (the default) |
--no-directory-urls | Don't use directory URLs when building pages |
-c, --clean | Remove old files from the site directory before building (the default) |
--dirty | Only rebuild pages that have been modified since last build |
-d, --site-dir <arg> | The directory to output the result of the documentation build |