Files
cibuildwheel/mkdocs.yml
T

19 lines
338 B
YAML
Raw Normal View History

2019-09-29 21:53:18 +01:00
site_name: cibuildwheel
docs_dir: docs
theme: readthedocs
2019-10-02 09:49:31 +01:00
repo_url: https://github.com/joerick/cibuildwheel
2019-09-29 21:53:18 +01:00
nav:
- Home: index.md
- "Setup guide": setup.md
- "Options": options.md
2019-10-02 09:49:31 +01:00
- deliver-to-pypi.md
- faq.md
- contributing.md
2019-09-29 21:53:18 +01:00
markdown_extensions:
2019-10-02 09:49:31 +01:00
- fenced_code
- toc:
permalink: True
- attr_list
- admonition