Skip to content

Commit ab34287

Browse files
committed
cleanup mkdocs workaround
1 parent 4aaceb8 commit ab34287

1 file changed

Lines changed: 2 additions & 44 deletions

File tree

mkdocs.yml

Lines changed: 2 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,7 @@ theme:
33
name: material
44
features:
55
- navigation.top
6-
- navigation.path
7-
- navigation.prune
8-
- navigation.indexes
9-
- navigation.tabs
10-
- navigation.tabs.sticky
116
- navigation.instant
12-
- navigation.instant.prefetch
13-
- navigation.instant.progress
147
- navigation.tracking
158
favicon: gfx/favicon.png
169
icon:
@@ -21,54 +14,19 @@ extra_css:
2114
- stylesheets/extra.css
2215

2316
markdown_extensions:
24-
- pymdownx.blocks.tab:
25-
alternate_style: true
2617
- admonition
2718
- attr_list
19+
- tables
2820
- pymdownx.tabbed:
2921
alternate_style: true
30-
- tables
3122

3223
plugins:
3324
- search
34-
- include-markdown
35-
# - gen-files:
36-
# scripts:
37-
# - docs/gen_ref_pages.py
38-
# - literate-nav:
39-
# nav_file: SUMMARY.md
40-
- mkdocstrings:
41-
handlers:
42-
python:
43-
paths: [src]
44-
options:
45-
docstring_style: google
46-
show_source: false
47-
show_root_heading: true
48-
show_root_full_path: false
49-
members_order: source
50-
filters: ["!^_"]
51-
import:
52-
- https://docs.python.org/3/objects.inv
53-
- https://pytorch.org/docs/stable/objects.inv
54-
- https://docs.scipy.org/doc/numpy/objects.inv
55-
selection:
56-
docstring_style: google
57-
filters:
58-
- "!^_"
59-
- "!^__init__$"
60-
rendering:
61-
show_source: false
62-
show_root_heading: true
63-
heading_level: 2
64-
65-
nav:
66-
- Home: index.md
6725

6826
extra:
6927
social:
7028
- icon: fontawesome/brands/github-alt
71-
link: https://github.com/eyebench/eyebench.github.io
29+
link: https://github.com/EyeBench/
7230

7331
copyright: |
7432
&copy; 2025 <a href="https://github.com/EyeBench/" target="_blank" rel="noopener">EyeBench</a>

0 commit comments

Comments
 (0)