Skip to content

Commit

Permalink
Tell docs to ignore not found Credential class
Browse files Browse the repository at this point in the history
* I am not sure why the docs can not find the Credential class. Feels
  like maybe I'm pointing at a stale awx_plugins.interfaces. Also kind
  of feels like sphinx is confused by this repo being named awx_plugins
  and there being another repo/package with a similarish name so it is
  searching ansible/awx_plugins instead of
  ansible/awx_plugins.interfaces
  • Loading branch information
chrismeyersfsu committed Dec 2, 2024
1 parent 5896a45 commit ee6dbf8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,4 +209,5 @@
# Ref: https://stackoverflow.com/a/30624034/595220
nitpick_ignore = [
# temporarily listed ('role', 'reference') pairs that Sphinx cannot resolve
("py:class", "awx_plugins.interfaces._temporary_private_credential_api.Credential"),
]

0 comments on commit ee6dbf8

Please sign in to comment.