reanimate/mkdocs.yml
David Himmelstrup d02a63b962 Try to force plaintext formatting.
Former-commit-id: 3a5878e60d27723855be89c0ca351e45561cc4bb
2020-05-23 10:21:52 +08:00

24 lines
604 B
YAML

site_name: Reanimate
repo_url: https://github.com/Lemmih/reanimate
theme:
name: readthedocs
highlightjs: true
hljs_languages:
- haskell
- plaintext
- text
- txt
markdown_extensions:
- markdown_include.include
- pymdownx.arithmatex
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-MML-AM_CHTML
extra_css:
- fix.css
nav:
- Reanimate: index.md
- Core concepts: introduction.md
- Gluing together animations: glue_tut.md
- Morphology (incomplete): morphology.md
- Voice control: voice.md
- Gallery (outdated): gallery.md