spoofax_prop/mkdocs.yml
Glen Whitney a33c1585d6 feat: Implement Sec 5.3.1 tests
And put in generic documentation for all the remaining tests.
  If any particular tests need individual commentary, it can always be
  added later.
2021-01-19 19:29:48 -08:00

24 lines
491 B
YAML

site_name: spoofax_prop
docs_dir: target #dummy
plugins:
- search
- semiliterate:
merge_docs_dir: false
ignore_folders: ['target', 'docrefs']
extract_standard_markdown:
terminate: <!-- /md -->
nav:
- README.md
- syntax/Spoofax-Propositional-Language.md
- trans/prop-eval-rules.md
- trans/prop-dnf-rules.md
- trans/prop-dnf3.md
- test/manual-suite.md
theme:
name: readthedocs
markdown_extensions:
- abbr
- pymdownx.superfences
- pymdownx.highlight:
use_pygments: true