Skip to content

Commit 10bc732

Browse files
committed
fix issue with explicit re-exports in mkdocs now that the insiders version is free. i intend to switch to zensical in the future when it supports all the plugins i need
1 parent 623e7bd commit 10bc732

File tree

4 files changed

+17
-16
lines changed

4 files changed

+17
-16
lines changed

docs/reference/API.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1 @@
11
::: pytest_robotframework
2-
3-
<!-- https://github.com/mkdocstrings/python/issues/306 -->
4-
5-
::: pytest_robotframework.RobotOptions
6-
7-
options:
8-
force_inspection: true
9-
show_root_heading: true
10-
show_root_full_path: false
11-
12-
::: pytest_robotframework.Listener
13-
14-
options:
15-
force_inspection: true
16-
show_root_heading: true
17-
show_root_full_path: false

mkdocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ plugins:
6060
handlers:
6161
python:
6262
options:
63+
extensions:
64+
- griffe_public_redundant_aliases
6365
docstring_style: sphinx
6466
show_if_no_docstring: true
6567
show_signature_annotations: true

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ dev = [
3838
"mkdocstrings-python>=1.17.0",
3939
"mike>=2.1.3",
4040
"dtach>=0.30.2",
41+
"griffe-public-redundant-aliases>=0.3.0",
4142
# duplicated from the prod dependencies with a dummy prerelease version to make uv resolve any future prerelase
4243
# versions. see https://github.com/astral-sh/uv/issues/16650#issuecomment-3508516822
4344
"pytest>=7a0",

uv.lock

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)