mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-02 11:28:20 +00:00
42 lines
668 B
YAML
42 lines
668 B
YAML
site_name: '{fmt}'
|
|
|
|
docs_dir: doc
|
|
|
|
repo_url: https://github.com/fmtlib/fmt
|
|
|
|
# Make the docs work locally without a server.
|
|
use_directory_urls: false
|
|
|
|
theme:
|
|
name: material
|
|
features:
|
|
- navigation.tabs
|
|
- toc.integrate
|
|
|
|
extra_css:
|
|
- fmt.css
|
|
|
|
markdown_extensions:
|
|
- pymdownx.highlight:
|
|
anchor_linenums: true
|
|
line_spans: __span
|
|
pygments_lang_class: true
|
|
- pymdownx.inlinehilite
|
|
- pymdownx.snippets
|
|
- pymdownx.superfences
|
|
|
|
plugins:
|
|
- mkdocstrings:
|
|
default_handler: cxx
|
|
|
|
nav:
|
|
- Usage: usage.md
|
|
- API: api.md
|
|
- Syntax: syntax.md
|
|
# Make the {fmt} link work locally.
|
|
- '': index.md
|
|
|
|
extra:
|
|
version:
|
|
provider: mike
|