Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
jaiveersinghNV authored Aug 21, 2024
1 parent 7719bcb commit f98784f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
author="Jan Holthuis",
author_email="[email protected]",
url="https://holzhaus.github.io/sphinx-multiversion/",
version="0.2.6",
version="0.2.5",
install_requires=["sphinx >= 2.1"],
license="BSD",
packages=["sphinx_multiversion"],
Expand Down
1 change: 0 additions & 1 deletion sphinx_multiversion/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,6 @@ def main(argv=None):
metadata = {}
outputdirs = set()
for gitref in gitrefs:
print("Processing", gitref.refname)
# Clone Git repo
repopath = os.path.join(tmp, gitref.commit)
try:
Expand Down

0 comments on commit f98784f

Please sign in to comment.