Skip to content

Commit

Permalink
docs: Clean up docs config, load more inventories
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Feb 5, 2022
1 parent 631d799 commit 5dcaef4
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions mkdocs.yml
Expand Up @@ -84,13 +84,10 @@ plugins:
- mkdocstrings:
handlers:
python:
setup_commands:
- import sys
- sys.path.append("docs")
selection:
new_path_syntax: yes
import: # demonstration purpose in the docs
- https://docs.python-requests.org/en/master/objects.inv
import:
- https://docs.python.org/3/objects.inv
- https://docs.python-requests.org/en/master/objects.inv # demonstration purpose in the docs
- https://mkdocstrings.github.io/autorefs/objects.inv
watch:
- src/mkdocstrings

Expand Down

0 comments on commit 5dcaef4

Please sign in to comment.