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 <jean_christophe_morin@hotmail.com>
  • Loading branch information
JeanChristopheMorinPerso committed Nov 18, 2023
1 parent 1378537 commit c99c54e
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 @@ -47,7 +47,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 c99c54e

Please sign in to comment.