Glen Whitney
b4a49b67b8
All checks were successful
continuous-integration/drone Build is passing
Also updates from pep517.build to the `build` package, and bumps the semiliterate version number. Resolves #14.
16 lines
348 B
YAML
16 lines
348 B
YAML
site_name: Custom semiliterate
|
|
docs_dir: refsite # dummy
|
|
plugins:
|
|
- semiliterate:
|
|
ignore_folders: [refsite]
|
|
merge_docs_dir: false
|
|
copy_standard_markdown: true
|
|
semiliterate:
|
|
- pattern: '(\.bar)$'
|
|
extract: {start: '---', stop: '---'}
|
|
ensurelines: false
|
|
terminate: '!!!'
|
|
nav:
|
|
- About: README.md
|
|
- Details: foo.md
|