-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: Project.__init__() got an unexpected keyword argument 'files' #2
Comments
Thanks a lot for the report and reproduction! Strangely, I get a different error from you:
I believe I can simply make the |
Could you somehow give me more information about this |
Ah, I now get the same error as you (fixed my setup, had typedoc installed globally). |
https://typedoc.org/api/interfaces/JSONOutput.FileRegistry.html#entries |
OK I've pushed new commits (and tags) for both griffe-typedoc and mkdocstrings-typescript (insiders versions). This shouldn't crash anymore. |
Thank you for the quick reaction time, has solved this issue :) |
When I attempt to build my documentation I get the following error:
Attached you can find a reproducer:
reproducer.tar.gz
To reproduce:
tar -zxf reproducer.tar.gz cd reproducer/docs python -m venv .venv .venv/bin/pip install -r requirements.txt npm install .venv/bin/mkdocs build
The reproducer includes all the plugins I am currently using. Note that I am also also includes the typedoc plugin which generates typedoc documentation on the side, though this one does not seem to be interfering with mkdocstrings-typescript.
The text was updated successfully, but these errors were encountered: