36 lines
537 B
YAML
36 lines
537 B
YAML
site_name: cibuildwheel
|
|
docs_dir: docs
|
|
theme:
|
|
name: readthedocs
|
|
highlightjs: true
|
|
hljs_languages:
|
|
- yaml
|
|
repo_url: https://github.com/joerick/cibuildwheel
|
|
|
|
extra_css:
|
|
- extra.css
|
|
|
|
extra_javascript:
|
|
- extra.js
|
|
|
|
nav:
|
|
- Home: index.md
|
|
- setup.md
|
|
- options.md
|
|
- deliver-to-pypi.md
|
|
- cpp_standards.md
|
|
- faq.md
|
|
- contributing.md
|
|
|
|
markdown_extensions:
|
|
- fenced_code
|
|
- toc:
|
|
permalink: True
|
|
- attr_list
|
|
- admonition
|
|
- pymdownx.magiclink:
|
|
repo_url_shortener: True
|
|
|
|
plugins:
|
|
- include-markdown
|