Skip to content

Commit

Permalink
Docs: Fix reference target warnings related to flask_restful (#6034)
Browse files Browse the repository at this point in the history
The REST API dependency `flask_restful` released `0.3.10` recently which
caused the RTD build to start warning about the `Api` and `Resource`
classes no longer being findable. The classes are still importable and
looking at the changes with `0.3.9` it is not clear that the imports
should have changed, so for now these are added to the nitpick ignore
list.
  • Loading branch information
sphuber committed May 22, 2023
1 parent 13cadd0 commit 4f76e0b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/source/nitpick-exceptions
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ py:class html.parser.HTMLParser

py:class disk_objectstore.container.Container

py:class flask_restful.Api
py:class flask_restful.Resource
py:class flask.app.Flask
py:class Flask

Expand Down

0 comments on commit 4f76e0b

Please sign in to comment.