Skip to content

Commit

Permalink
Check in material theme for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquelinegarrahan committed May 27, 2022
1 parent 9c2603a commit ee882f4
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs-requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
mkdocstrings
mkdocks
mkdocstrings
mkdocs-material
18 changes: 18 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ nav:
- Server: Server.md
- EPICS: EPICS.md
plugins:
- search:
separator: '[\s\-\.]'
- mkdocstrings:
default_handler: python
handlers:
Expand All @@ -27,3 +29,19 @@ plugins:
- "^__init__$" # but always include __init__ modules and methods
rendering:
show_source: true
show_root_toc_entry: false
show_root_heading: true
show_if_no_docstring: false
show_signature_annotations: true
separate_signature: true
merge_init_into_class: true
show_submodules: true
heading_level: 2

theme:
name: material
features:
- toc.integrate
- toc.follow
- navigation.top
- navigation.tabs

0 comments on commit ee882f4

Please sign in to comment.