mkdocstrings-python 1.16.9__py3-none-any.whl → 1.16.10__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- mkdocstrings_handlers/python/_internal/config.py +2 -2
- {mkdocstrings_python-1.16.9.dist-info → mkdocstrings_python-1.16.10.dist-info}/METADATA +1 -1
- {mkdocstrings_python-1.16.9.dist-info → mkdocstrings_python-1.16.10.dist-info}/RECORD +6 -6
- {mkdocstrings_python-1.16.9.dist-info → mkdocstrings_python-1.16.10.dist-info}/WHEEL +0 -0
- {mkdocstrings_python-1.16.9.dist-info → mkdocstrings_python-1.16.10.dist-info}/entry_points.txt +0 -0
- {mkdocstrings_python-1.16.9.dist-info → mkdocstrings_python-1.16.10.dist-info}/licenses/LICENSE +0 -0
|
@@ -971,7 +971,7 @@ class Inventory:
|
|
|
971
971
|
),
|
|
972
972
|
]
|
|
973
973
|
|
|
974
|
-
|
|
974
|
+
base_url: Annotated[
|
|
975
975
|
str | None,
|
|
976
976
|
_Field(
|
|
977
977
|
parent="inventories",
|
|
@@ -989,7 +989,7 @@ class Inventory:
|
|
|
989
989
|
|
|
990
990
|
@property
|
|
991
991
|
def _config(self) -> dict[str, Any]:
|
|
992
|
-
return {"
|
|
992
|
+
return {"base_url": self.base_url, "domains": self.domains}
|
|
993
993
|
|
|
994
994
|
|
|
995
995
|
# YORE: EOL 3.9: Replace `**_dataclass_options` with `frozen=True, kw_only=True` within line.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
mkdocstrings_handlers/python/__init__.py,sha256=lg-XSQYS-o5J9_jBU35SA7rCW54CK0JsNcrSgsCfW2k,1614
|
|
2
2
|
mkdocstrings_handlers/python/_internal/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
-
mkdocstrings_handlers/python/_internal/config.py,sha256=
|
|
3
|
+
mkdocstrings_handlers/python/_internal/config.py,sha256=SsRB0fDCRAe7myUD5govrAFX9_4LkoaegQkz_DAd7Ek,33481
|
|
4
4
|
mkdocstrings_handlers/python/_internal/debug.py,sha256=KnkMM_XSjcE0-9U86AZPucS2hsCD6Rfn_BgMs7_xc3U,2845
|
|
5
5
|
mkdocstrings_handlers/python/_internal/handler.py,sha256=FqIQzxz8k1COAlCzNlKlTzDlbEctXq77kaCxfl2-ILI,15976
|
|
6
6
|
mkdocstrings_handlers/python/_internal/rendering.py,sha256=HeRIgG8g7eeqfZLx9bOavLmKgDtlMW_FuzWvP_k2epU,26493
|
|
@@ -184,8 +184,8 @@ mkdocstrings_handlers/python/templates/readthedocs/languages/ja.html.jinja,sha25
|
|
|
184
184
|
mkdocstrings_handlers/python/templates/readthedocs/languages/zh.html,sha256=OIRkMlzFJ_wlXFzB96874tz6zn8UVFpEQX2hQJru2ug,79
|
|
185
185
|
mkdocstrings_handlers/python/templates/readthedocs/languages/zh.html.jinja,sha256=OuvrkorxuL0gKZNYneann1bwd1Z2i5bBY7SbC496HDw,46
|
|
186
186
|
mkdocstrings_handlers/python/templates/readthedocs/style.css,sha256=Ds8vF1rSxc2B0c4P10osx4cqXHWMntcSCxmRfX-nfzw,971
|
|
187
|
-
mkdocstrings_python-1.16.
|
|
188
|
-
mkdocstrings_python-1.16.
|
|
189
|
-
mkdocstrings_python-1.16.
|
|
190
|
-
mkdocstrings_python-1.16.
|
|
191
|
-
mkdocstrings_python-1.16.
|
|
187
|
+
mkdocstrings_python-1.16.10.dist-info/METADATA,sha256=hoGsryTg3gBl86_9N-M3S0qWLSg189DxlujgyK4_Wm8,5607
|
|
188
|
+
mkdocstrings_python-1.16.10.dist-info/WHEEL,sha256=thaaA2w1JzcGC48WYufAs8nrYZjJm8LqNfnXFOFyCC4,90
|
|
189
|
+
mkdocstrings_python-1.16.10.dist-info/entry_points.txt,sha256=6OYgBcLyFCUgeqLgnvMyOJxPCWzgy7se4rLPKtNonMs,34
|
|
190
|
+
mkdocstrings_python-1.16.10.dist-info/licenses/LICENSE,sha256=JGb4pdPEM8TTjjhr-uNCO7oXkiVrwG5Pz0JamcjNF_s,754
|
|
191
|
+
mkdocstrings_python-1.16.10.dist-info/RECORD,,
|
|
File without changes
|
{mkdocstrings_python-1.16.9.dist-info → mkdocstrings_python-1.16.10.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{mkdocstrings_python-1.16.9.dist-info → mkdocstrings_python-1.16.10.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|