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
19 changes: 11 additions & 8 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
site_name: Voxel51 Documentation
theme:
name: material
palette:
palette:
primary: custom
accent: custom
logo: _static/images/voxel51-logo-white-300.webp
Expand All @@ -10,6 +10,7 @@ theme:
- navigation.path
- navigation.indexes
- navigation.top
- content.tabs.link
- icon:
repo: fontawesome/brands/github
- content.action.edit
Expand All @@ -18,25 +19,27 @@ repo_url: https://github.com/voxel51/voxel51-docs/
edit_uri: blob/main/docs/

markdown_extensions:
- admonition
- md_in_html
- pymdownx.details
- pymdownx.highlight:
line_spans: __span
pygments_lang_class: true
- toc:
permalink: true
- admonition
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.details
- md_in_html
- pymdownx.tabbed:
alternate_style: true
- toc:
permalink: true

# Comment out the mkdocs-jupyter section to speed up the build
plugins:
- search:
lang: en
- mkdocs-jupyter:
include_requirejs: true # required for plotly
ignore: ["tutorials/evaluate_classifications.ipynb", "tutorials/image_embeddings.ipynb"] # this may need to be reformatted
include_requirejs: true # required for plotly
ignore: ["tutorials/evaluate_classifications.ipynb", "tutorials/image_embeddings.ipynb"] # this may need to be reformatted
# include_source: True if we want to ease making a download button
# https://github.com/danielfrg/mkdocs-jupyter?tab=readme-ov-file#download-notebook-link
# execute: true if we want to execute the code before rendering
Expand Down
Loading