chalbersma/Sphinx to Coda Action
Ideally this should take an Intersphinx Item and Upload an Index of that Documentation to Coda.io
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| uribase | The base URL of the project. Somethin like http://example.com/docs/ | yes | — |
| intersphinx_file | The location of the objects.inv file or path | — | build/html/objects.inv |
| docID | The DocID Where the resulting documentation should go. | yes | — |
| pageID | The Specific PageID that will get overwritten. | no | false |
| staticParentId | Only look at pages with this pageID as it's Parent | no | false |
| coda_token | Coda API Token | yes | — |
| template | Jinja Template that get's built | — | ./src/template.html.jinja |
| s3profile | AWS Profile to use for S3 rewrites, uses the default profile if not set | no | default |
| s3bucket | AWS Bucket to use for S3 rewrites if unset images won't be rewritten for upload | no | none |
| s3prefix | AWS Object Path Prefix to use for S3 Rewrites. By default it's blank | no | "" |
| dodelete | When writing a path of pages, delete unmatched pages in the target document. (yes/no) default yes | no | yes |
Outputs
no outputs