dj-stripe / dj-stripe

dj-stripe automatically syncs your Stripe Data to your local database as pre-implemented Django Models allowing you to use the Django ORM, in your code, to work with the data making it easier and faster.

Home Page:https://dj-stripe.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

abe-101 opened this issue · comments

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.

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.

This has been fixed