Skip to content

Commit

Permalink
mkdocs.yaml cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
nardew committed Apr 1, 2024
1 parent ff4b08f commit 3c24997
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,29 +28,15 @@ theme:
- search.suggest
- search.highlight
- search.share
- announce.dismiss
- content.action.edit
- content.action.view
- content.code.annotate
- content.code.copy
- content.tooltips
# - navigation.footer
# - navigation.indexes
- navigation.sections
# - navigation.tabs
# - navigation.tabs.sticky
# - navigation.top
- search.highlight
- search.suggest
- toc.follow
repo_url: https://github.com/nardew/talipp
copyright: Copyright © 2024 nardew
#markdown_extensions:
# - attr_list
# - pymdownx.emoji:
# emoji_index: !!python/name:material.extensions.emoji.twemoji
# emoji_generator: !!python/name:material.extensions.emoji.to_svg

markdown_extensions:
- attr_list
- def_list
Expand All @@ -65,16 +51,11 @@ markdown_extensions:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.inlinehilite:
style_plain_text: python
- pymdownx.magiclink
- pymdownx.snippets:
base_path: [!relative $config_dir]
check_paths: true
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
Expand All @@ -99,8 +80,6 @@ plugins:
python:
import:
- https://docs.python.org/3/objects.inv
#- https://installer.readthedocs.io/en/stable/objects.inv # demonstration purpose in the docs
#- https://mkdocstrings.github.io/autorefs/objects.inv
paths: [ src ]
options:
docstring_options:
Expand Down

0 comments on commit 3c24997

Please sign in to comment.