Skip to content

Commit

Permalink
cleaning up api ref style
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchellAcoustics committed Nov 15, 2023
1 parent 752beae commit 764ae46
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
--md-accent-color: #71e5e9;
}


/* This will only apply if the user has chosen a light color scheme */
@media (prefers-color-scheme: light) {
.only-dark {
Expand Down
11 changes: 10 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,19 @@ extra_css:
plugins:
- search
- mkdocstrings:
default_handler: python
handlers:
python:
paths: [src.circumplex]
options:
docstring_section_style: table
docstring_section_style: spacy
docstring_style: "google"
separate_signature: false
show_if_no_docstring: false
merge_init_into_class: true
show_symbol_type_heading: true # waiting for general release
show_symbol_type_toc: true

- mkdocs-jupyter:
include_source: true
theme: default
Expand Down

0 comments on commit 764ae46

Please sign in to comment.