I get the following warning when building MkDocs documentation using the monorepo plugin:
SyntaxWarning: "\." is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\."? A raw string is also an option.
File ".venv/lib/python3.14/site-packages/mkdocs_monorepo_plugin/plugin.py", line 19, in <module>
from .parser import Parser
Details:
- Python version: 3.14.2
- monorepo version: 1.1.1
- MkDocs version: 1.6.1
I get the following warning when building
MkDocsdocumentation using themonorepoplugin:Details: