[b9e282]: / docs / mkdocs.yml

Download this file

132 lines (125 with data), 3.3 kB

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
site_name: BioNeMo Framework
site_url: https://nvidia.github.io/bionemo-framework
repo_url: https://github.com/NVIDIA/bionemo-framework
repo_name: NVIDIA/bionemo-framework
theme:
name: "material"
custom_dir: overrides
features:
- content.code.annotate
- navigation.tabs
- navigation.indexes
- navigation.instant
- navigation.path
- navigation.instant.prefetch
- navigation.top
- navigation.footer
- search.suggest
- search.highlight
- content.code.copy
font:
code: Roboto Mono
favicon: assets/images/favicon.png
language: en
palette:
- media: "(prefers-color-scheme: light)"
scheme: light
primary: custom
accent: lime
toggle:
icon: material/weather-night
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: dark
primary: custom
accent: lime
toggle:
icon: material/weather-sunny
name: Switch to light mode
icon:
logo: nvidia/nvidia-logo
repo: fontawesome/brands/github
extra_css:
- assets/css/color-schemes.css
- assets/css/fonts.css
- assets/css/custom-material.css
- assets/css/jupyter-themes.css
plugins:
- search
- gen-files:
scripts:
- scripts/gen_ref_pages.py
- macros
- mike:
# These fields are all optional; the defaults are as below...
alias_type: copy
redirect_template: null
deploy_prefix: ""
canonical_version: "latest"
version_selector: true
css_dir: "assets/css"
javascript_dir: "assets/js"
- mkdocstrings:
handlers:
python:
paths:
- ../sub-packages/*/src
- mkdocs-jupyter:
theme: auto
highlight_extra_classes: "jupyter-notebook"
remove_tag_config:
remove_input_tags:
- hide-code
- hide_code
- hide-input
- hide_input
- remove_input
- remove-input
remove_cell_tags:
- hide-cell
- hide_cell
- remove-cell
- remove_cell
remove_all_outputs_tags:
- hide-output
- hide_output
- remove-output
- remove_output
- include_dir_to_nav:
file_pattern: '.*\.(md|ipynb)$'
- literate-nav:
nav_file: SUMMARY.md
- site-urls
markdown_extensions:
- attr_list
- md_in_html
- pymdownx.details
- pymdownx.superfences
- pymdownx.snippets:
check_paths: true
restrict_base_path: False
base_path: "."
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
options:
custom_icons:
- overrides/.icons
- pymdownx.tabbed:
alternate_style: true
- def_list
- admonition
- footnotes
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/NVIDIA/bionemo-framework
version:
provider: mike
default: latest
alias: true
docker_url: nvcr.io/nvidia/clara/bionemo-framework
docker_tag: nightly
github_url: https://github.com/NVIDIA/bionemo-framework
copyright: |
© Copyright 2023-2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.