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

pin mkdocs_autorefs to compatible version #1056

Merged
merged 1 commit into from
Sep 17, 2024
Merged

Conversation

ischneider
Copy link
Member

fixes an error in mkdocs_autorefs/plugin.py, line 77:

TypeError: type 'BasePlugin' is not subscriptable

Bigger picture, mkdocs added type annotations to it's plugin system (in 1.4.0?) and the downstream plugin began using the new API after 1.0.1 or so

Related Issue(s):

Fixes nox 'docs' session, example breakage here: https://github.com/planetlabs/planet-client-python/actions/runs/10857195949/job/30210383772?pr=1055

PR Checklist:

  • This PR is as small and focused as possible
  • [] If this PR includes proposed changes for inclusion in the changelog, the title of this PR summarizes those changes and is ready for inclusion in the Changelog.
  • [] I have updated docstrings for function changes and docs in the 'docs' folder for user interface / behavior changes
  • This PR does not break any examples or I have updated them

(Optional) @mentions for Notifications:

@stephenhillier @tbarsballe

fixes an error in mkdocs_autorefs/plugin.py, line 77:

TypeError: type 'BasePlugin' is not subscriptable
@ischneider ischneider merged commit 0a14934 into main Sep 17, 2024
10 checks passed
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

Successfully merging this pull request may close these issues.

2 participants