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
|
2020-12-12 18:29:46 +00:00
|
|
|
- working-examples.md
|
2019-10-02 09:49:31 +01:00
|
|
|
- contributing.md
|
2020-12-12 18:29:46 +00:00
|
|
|
- changelog.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
|
2020-05-03 22:11:31 +02:00
|
|
|
- pymdownx.magiclink:
|
|
|
|
|
repo_url_shortener: True
|
2019-11-03 18:30:15 +00:00
|
|
|
|
|
|
|
|
plugins:
|
2020-12-06 16:55:04 +01:00
|
|
|
- include-markdown
|