Skip to content

Commit

Permalink
fix minor doc issue (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
devanshshukla99 authored Feb 27, 2024
1 parent 99786b4 commit 76cb7ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sphinx_versioned/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def tags(self) -> dict:


class GitVersions(_BranchTag):
"""Handles git branches and tags. Builds upon the abstract base class `~sphinx_versioned.versions._BranchTag`.
"""Handles git branches and tags. Builds upon the abstract base class :class:`sphinx_versioned.versions._BranchTag`.
Initlizes and latches into the git repo.
Expand Down Expand Up @@ -132,7 +132,7 @@ def active_branch(self, *args, **kwargs):


class BuiltVersions(_BranchTag):
"""Handles versions to build. Builds upon the abstract base class `~sphinx_versioned.versions._BranchTag`.
"""Handles versions to build. Builds upon the abstract base class :class:`sphinx_versioned.versions._BranchTag`.
Parameters
----------
Expand Down

0 comments on commit 76cb7ca

Please sign in to comment.