Skip to content

Commit

Permalink
Merge pull request #1960 from eirannejad/jmcouffin-patch-1
Browse files Browse the repository at this point in the history
Update mkdocs.yml
  • Loading branch information
jmcouffin authored Oct 20, 2023
2 parents bfa96d4 + 9b131f9 commit 8cb35f3
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,17 @@ theme:
name: material
logo: static/pyRevitLogo.svg
features:
- content.code.select
- search.suggest
- search.highlight
- content.tabs.link
- navigation.indexes
- content.tooltips
- navigation.path
- content.code.annotate
- content.code.copy
- content.code.select
- navigation.tabs

palette:

# Palette toggle for light mode
Expand Down Expand Up @@ -49,9 +58,13 @@ plugins:
show_if_no_docstring: true
show_category_heading: true
inherited_members: true
docstring_section_style: spacy
filters:
- "!^_"
- "^_HostApplication"
signature_crossrefs: true
show_symbol_type_heading: true
show_symbol_type_toc: true
paths: [pyrevitlib]
- exclude:
glob:
Expand Down

0 comments on commit 8cb35f3

Please sign in to comment.