-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
40 lines (37 loc) · 809 Bytes
/
mkdocs.yml
File metadata and controls
40 lines (37 loc) · 809 Bytes
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
site_name: Mana's random notes
nav:
- Home: index.md
- Random notes:
- python.md
- jupyter_notebook.md
- snakemake.md
- conda.md
- containers.md
- terminal.md
- bash.md
- slurm.md
- bioinformatics.md
- random.md
theme:
name: readthedocs
highlightjs: true
markdown_extensions:
- markdown_include.include:
base_path: .
- admonition
# site_name: Test the docs
# theme:
# name: readthedocs
# highlightjs: true
# plugins:
# - search
# - mkdocstrings:
# handlers:
# # See: https://mkdocstrings.github.io/python/usage/
# python:
# options:
# docstring_style: sphinx
# markdown_extensions:
# - markdown_include.include:
# base_path: .
# - admonition