We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f007875 commit 528681eCopy full SHA for 528681e
1 file changed
sphinx_design_elements/lib/linktree.py
@@ -89,7 +89,7 @@ def setup(self) -> None:
89
# When not running on behalf of a Sphinx context, `pathto` is not available.
90
# TODO: Is there some other way to get it?
91
if self.pathto is None:
92
- logger.warning("WARNING: Running without Sphinx context, unable to compute links")
+ logger.info("WARNING: Running without Sphinx context, unable to compute links using `pathto`")
93
self.pathto = lambda x: None
94
95
def remove_from_title(self, text: t.Optional[str]) -> None:
0 commit comments