Skip to content
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

Plugin 'mkdocstrings' option 'watch' is breaking the docs #2049

Closed
abe-101 opened this issue Apr 28, 2024 · 2 comments
Closed

Plugin 'mkdocstrings' option 'watch' is breaking the docs #2049

abe-101 opened this issue Apr 28, 2024 · 2 comments

Comments

@abe-101
Copy link
Member

abe-101 commented Apr 28, 2024

this line in the mkdocs config file is causing the docs deploy action to fail

dj-stripe/mkdocs.yml

Lines 41 to 42 in 8727894

watch:
- .

https://github.com/abe-101/dj-stripe.github.io/actions/runs/8868603625/job/24348357466#step:17:17

Run poetry run mike set-default --push "${LATEST_STABLE_BRANCH##*/}"

Config value 'plugins': Plugin 'mkdocstrings' option 'watch': Unrecognised configuration name: watch
error: identifier '2.7' does not exist
Error: Process completed with exit code 1.

@pawamoy
Copy link

pawamoy commented Apr 28, 2024

Just move watch to the top-level, it was implemented in MkDocs itself and deprecated in mkdocstrings (then removed) 🙂

Not sure what causes error: identifier '2.7' does not exist though, maybe coming from mike.

@jleclanche
Copy link
Member

This has been fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants