Skip to content

Commit

Permalink
fix github action issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasertl committed Jun 27, 2024
1 parent dcf5b2f commit 973f727
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,7 @@
}

qualname_overrides = {
"BytesIO": "python:io.BytesIO",
"_io.BytesIO": "python:io.BytesIO",
"_io.StringIO": "python:io.StringIO",
"mappingproxy": "python:types.MappingProxyType",
Expand Down

0 comments on commit 973f727

Please sign in to comment.