Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ color_scheme: light
search_enabled: true
heading_anchors: true

# Callout styling: `{: .note }` blocks (comments) get a blue left bar,
# `{: .warning }` blocks get a red left bar.
callouts:
note:
color: blue
warning:
color: red

aux_links:
"GitHub":
- "https://github.com/riseproject-dev/python-wheels"
Expand Down
Loading