Files
cibuildwheel/mkdocs.yml
T

60 lines
1.1 KiB
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
2022-08-16 22:53:11 +01:00
collapse_navigation: false
navigation_depth: 3
custom_dir: docs/theme_overrides
repo_url: https://github.com/pypa/cibuildwheel
2021-05-28 08:50:49 +01:00
edit_uri: edit/main/docs/
2019-10-02 09:49:31 +01:00
2019-10-06 20:36:21 +01:00
extra_css:
- extra.css
extra_javascript:
- extra.js
2022-08-16 22:53:11 +01:00
2019-09-29 21:53:18 +01:00
nav:
- Home: index.md
2025-04-13 07:16:55 +01:00
- Guide:
- setup.md
2025-04-13 07:16:55 +01:00
- ci-services.md
- deliver-to-pypi.md
- faq.md
2025-04-13 07:16:55 +01:00
- cpp_standards.md
- Reference:
- options.md
2025-06-04 22:20:54 +00:00
- configuration.md
- platforms.md
- working-examples.md
2025-04-13 07:16:55 +01:00
- About:
- contributing.md
- changelog.md
2019-10-06 20:36:21 +01:00
2019-09-29 21:53:18 +01:00
markdown_extensions:
2021-02-12 11:08:43 -05:00
- md_in_html
2019-10-02 09:49:31 +01:00
- toc:
permalink: True
- attr_list
- admonition
- pymdownx.magiclink:
repo_url_shortener: True
2021-02-12 11:08:43 -05:00
- pymdownx.highlight:
# use highlightjs - it's built-in to the theme
use_pygments: False
- pymdownx.superfences
plugins:
- include-markdown
2021-03-04 13:17:30 +02:00
- search
- macros:
module_name: docs/main
j2_variable_start_string: «
j2_variable_end_string: »
2024-05-12 00:51:20 -04:00
on_error_fail: true
on_undefined: strict