Skip to content

Commit

Permalink
Add 'src' path to Python handler in mkdocs.yml
Browse files Browse the repository at this point in the history
The mkdocs.yml configuration has been updated to include the 'src' directory in the Python handler paths. This will enable the documentation generator (mkdocstrings) to locate and parse Python files in the 'src' directory for automatic documentation generation.
  • Loading branch information
dvershinin committed Jan 1, 2024
1 parent f42ba00 commit 75e921e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ plugins:
- mkdocstrings:
handlers:
python:
paths: [src]
setup_commands:
- import sys
- sys.path.append("docs")
Expand Down

0 comments on commit 75e921e

Please sign in to comment.