Fix a warning when building docs.

Review Request #12877 — Created March 10, 2023 and submitted — Latest diff uploaded

Information

Review Board
release-6.x

Reviewers

Some code was using :py:method: instead of :py:meth, which was
causing a warning about an unknown role.

Built docs and no longer saw the warning.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Fix a warning when building docs.
Some code was using `:py:method:` instead of `:py:meth`, which was causing a warning about an unknown role. Testing Done: Built docs and no longer saw the warning.
0b8b04dfc7ac77c13d5ad6a66b33483acfe3f420 David Trowbridge
reviewboard/reviews/views/mixins.py
Loading...