-
Notifications
You must be signed in to change notification settings - Fork 16
/
mkdocs.yml
33 lines (33 loc) · 1018 Bytes
/
mkdocs.yml
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
site_name: Crowd-Kit
repo_url: https://github.com/toloka/crowd-kit
repo_name: toloka/crowd-kit
site_description: Control the quality of your labeled data with the Python tools you already know.
site_author: Toloka
copyright: Copyright © 2020–2024 Crowd-Kit Team Authors
theme:
name: material
logo: Crowd-Kit-Dark.svg
favicon: Crowd-Kit.png
palette:
primary: black
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
markdown_extensions:
- pymdownx.arithmatex:
generic: true
plugins:
- search
- mkdocstrings:
default_handler: python
handlers:
python:
import:
- https://docs.python.org/3/objects.inv
- https://www.attrs.org/en/stable/objects.inv
- https://pandas.pydata.org/docs/objects.inv
- https://pytorch.org/docs/stable/objects.inv
options:
show_symbol_type_heading: true
show_symbol_type_toc: true