You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running python -m mkdocs serve under Windows 10 using Git Bash with multirepo enabled using !import results in:
$ python -m mkdocs serve
INFO - Building documentation...
INFO - Multirepo plugin importing docs...
🔳 subrepo1
NotADirectoryError: [WinError 267] Der Verzeichnisname ist ungültig
The same config builds fine when using Linux.
Versions:
Python 3.10.9 (Anaconda distribution)
mkdocs 1.5.3
mkdocs-multirepo-plugin 0.6.3
The text was updated successfully, but these errors were encountered:
mithomas
changed the title
PermissionError when building with single import on Windows via Git Bash
NotADirectoryError when building with single import on Windows via Git Bash
Oct 19, 2023
Running
python -m mkdocs serve
under Windows 10 using Git Bash with multirepo enabled using!import
results in:The same config builds fine when using Linux.
Versions:
The text was updated successfully, but these errors were encountered: