We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e269af2 commit 2d1de2cCopy full SHA for 2d1de2c
doc/source/conf.py
@@ -17,6 +17,7 @@
17
import time
18
from importlib.metadata import version
19
from pathlib import Path
20
+
21
import requests
22
23
# If extensions (or modules to document with autodoc) are in another directory,
@@ -69,6 +70,7 @@
69
70
# |version| and |release|, also used in various other places throughout the
71
# built documents.
72
73
74
def _get_latest_release_from_github(org: str, repo_name: str) -> str:
75
"""Get the highest version release (including prereleases) from GitHub
76
repository."""
0 commit comments