Glen Whitney
4a4241a4e4
Note the upstream refactor from mkdocs-simple v1 -> v2 was fairly large, so this is a rather larger update than most. And in fact one feature of mkdocs-semiliterate (universal markdown extraction) was incorporated into mkdocs-simple, so the initialization of this plugin is noticeably simplified as a result. Also updates mkdocs to 1.4. Co-authored-by: Glen Whitney <glen@studioinfinity.org> Reviewed-on: #23
15 lines
355 B
YAML
15 lines
355 B
YAML
site_name: syspath inclusion
|
|
docs_dir: refsite # dummy
|
|
theme:
|
|
name: readthedocs
|
|
custom_dir: doc_theme/
|
|
plugins:
|
|
- semiliterate:
|
|
ignore_folders: [refsite]
|
|
ignore_hidden: false
|
|
merge_docs_dir: false
|
|
include_extensions: []
|
|
semiliterate:
|
|
- pattern: '[.](base).generator$' # Amend readthedocs theme
|
|
destination: '\1.html'
|