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
4 changes: 4 additions & 0 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ color_scheme: light
search_enabled: true
heading_anchors: true

# Sort the navigation menu case-insensitively so it matches the ordering of
# the "List of Supported Packages" page (e.g. aiohttp before MarkupSafe).
nav_sort: case_insensitive

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