Skip to content

Improve Sphinx role usage, including linking Git manpages #1879

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Mar 16, 2024
Prev Previous commit
Next Next commit
Add a missing Sphinx reference to a class
  • Loading branch information
EliahKagan committed Mar 15, 2024
commit e883293fd8e18ce2e1d2723aa395f3ff35e20213
2 changes: 1 addition & 1 deletion git/repo/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -1452,7 +1452,7 @@ def clone(

:param kwargs:
* ``odbt`` = ObjectDatabase Type, allowing to determine the object database
implementation used by the returned Repo instance.
implementation used by the returned :class:`Repo` instance.
* All remaining keyword arguments are given to the ``git clone`` command.

:return:
Expand Down