Skip to content

Commit 408ab6e

Browse files
Update docs
1 parent 00e7a0f commit 408ab6e

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

docs/mkdocs.yml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,11 @@ plugins:
2020
- mkdocstrings:
2121
handlers:
2222
python:
23+
paths:
24+
- ../
2325
options:
2426
docstring_style: google
2527
show_source: true
26-
setup_commands:
27-
- import sys
28-
- sys.path.append('../')
2928
- gen-files:
3029
scripts:
3130
- scripts/gen_ref_pages.py
@@ -44,7 +43,7 @@ theme:
4443
palette:
4544
- media: "(prefers-color-scheme: light)"
4645
scheme: default
47-
primary: white
46+
primary: indigo
4847
accent: deep orange
4948
toggle:
5049
icon: material/brightness-7
@@ -59,6 +58,9 @@ theme:
5958
icon:
6059
repo: fontawesome/brands/github
6160
edit: material/pencil
61+
prev: material/keyboard_arrow_left
62+
next: material/keyboard_arrow_right
63+
release: fontawesome/solid/rocket
6264

6365
extra:
6466
social:
@@ -73,12 +75,16 @@ extra:
7375
content: "NEBULA: A Platform for Decentralized Federated Learning"
7476
- name: keywords
7577
content: "NEBULA, Fedstellar, Federated Learning, Decentralized Federated Learning, Machine Learning, Privacy, Security, Trustworthiness AI"
78+
- name: author
79+
content: "Enrique Tomás Martínez Beltrán"
80+
- name: robots
81+
content: "index, follow"
7682
generator: false
7783

7884
markdown_extensions:
7985
- toc:
8086
permalink: true
81-
toc_depth: 4
87+
toc_depth: 6
8288
- pymdownx.arithmatex:
8389
generic: true
8490
- pymdownx.magiclink

0 commit comments

Comments
 (0)