Skip to content

Commit

Permalink
Remove most sphinx warnings added by this branch
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Christophe Morin <[email protected]>
  • Loading branch information
JeanChristopheMorinPerso committed Nov 24, 2023
1 parent 6054d5c commit 0644e88
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@
# TODO: Remove once we unvendor enum.
("py:class", "rez.solver._Common"),
("py:class", "_thread._local"),
("py:class", "rez.utils.platform_._UnixPlatform")
("py:class", "rez.utils.platform_._UnixPlatform"),
("py:class", "rez.version._util._Common"),
("py:class", "rez.version._version._Comparable"),
]

nitpick_ignore_regex = [
Expand Down

0 comments on commit 0644e88

Please sign in to comment.