Formatting improvements
This commit is contained in:
+12
-1
@@ -1,8 +1,18 @@
|
||||
site_name: cibuildwheel
|
||||
docs_dir: docs
|
||||
theme: readthedocs
|
||||
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 guide": setup.md
|
||||
@@ -10,6 +20,7 @@ nav:
|
||||
- deliver-to-pypi.md
|
||||
- faq.md
|
||||
- contributing.md
|
||||
|
||||
markdown_extensions:
|
||||
- fenced_code
|
||||
- toc:
|
||||
|
||||
Reference in New Issue
Block a user