kjuly/Sphinx Builder
Build Sphinx source files as static pages. Multi-languages can be handled by providing langs.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| source_root | Root directory of source to build, default: 'docs/source'. | no | docs/source |
| build_root | Root directory for build output, default: 'docs/build'. | no | docs/build |
| default_lang | The default language, which will be placed under the build directory, no subdirectory will be created. Default is 'en'. | no | en |
| lang_mappings | Newline-separated list of folder & language mappings to build. e.g., en:en zh-Hans:zh_CN If you don't provide one, will just build for `default_lang`. | no | "" |
Outputs
no outputs