Skip to content

Commit 1b7dd8d

Browse files
Feature(docs): Add inventory file for intersphinx support.
1 parent 9016efe commit 1b7dd8d

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

mkdocs.yml

+4
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ markdown_extensions:
1313
- toc:
1414
anchorlink: True
1515

16+
plugins:
17+
- mkdocstrings:
18+
enable_inventory: true
19+
1620
nav:
1721
- Home: 'index.md'
1822
- Tutorial:

requirements/requirements-documentation.txt

+3
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ mkdocs==1.6.0
33

44
# pylinkvalidator to check for broken links in documentation.
55
pylinkvalidator==0.3
6+
7+
# to generate objects.inv
8+
mkdocstrings-python~=1.12.2

0 commit comments

Comments
 (0)