Skip to content

Commit

Permalink
[#79] adding mkdocs configuration to hide line numbers in source code…
Browse files Browse the repository at this point in the history
… display
  • Loading branch information
pkdash committed Nov 18, 2024
1 parent dd14bf1 commit 186d286
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ theme: readthedocs

plugins:
- search
- autorefs:
resolve_closest: true
- mkdocstrings
- mknotebooks:
binder: true
Expand All @@ -18,7 +16,8 @@ plugins:
markdown_extensions:
- tables
- pymdownx.snippets
- codehilite
- pymdownx.highlight:
linenums_style: pymdownx-inline

nav:
- Usage Examples:
Expand Down

0 comments on commit 186d286

Please sign in to comment.