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 5535293 commit 0e3e454Copy full SHA for 0e3e454
docs/sphinx_ext.py
@@ -28,8 +28,8 @@
28
29
from furo.navigation import get_navigation_tree
30
31
-
32
-def resolve_git_tags(maximum_recent_versions=4):
+# set maximum_recent_versions to 3 to avoid creating too many files, which may cause failure when uploading to cloudflare
+def resolve_git_tags(maximum_recent_versions=3):
33
git = shutil.which("git")
34
if git is None:
35
return "latest", []
0 commit comments