Files
cibuildwheel/mkdocs.yml
T

36 lines
535 B
YAML
Raw Normal View History

2019-09-29 21:53:18 +01:00
site_name: cibuildwheel
docs_dir: docs
2019-10-06 20:36:21 +01:00
theme:
name: readthedocs
highlightjs: true
hljs_languages:
- yaml
2019-10-02 09:49:31 +01:00
repo_url: https://github.com/joerick/cibuildwheel
2019-10-06 20:36:21 +01:00
extra_css:
- extra.css
extra_javascript:
- extra.js
2019-09-29 21:53:18 +01:00
nav:
- Home: index.md
2019-11-03 19:06:33 +00:00
- setup.md
- options.md
2019-10-02 09:49:31 +01:00
- deliver-to-pypi.md
2019-12-01 23:54:45 +01:00
- cpp_standards.md
2019-10-02 09:49:31 +01:00
- faq.md
- contributing.md
2019-10-06 20:36:21 +01:00
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
- pymdownx.magiclink:
repo_url_shortener: True
plugins:
- importmarkdown