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 97ecda0 commit 75ee52fCopy full SHA for 75ee52f
docs/conf.py
@@ -353,7 +353,7 @@ def linkcode_resolve(domain, info):
353
# -- Options for LaTeX output ---------------------------------------------
354
355
BRANCH = (
356
- os.environ.get("READTHEDOCS_VERSION") # ReadTheDocs
+ os.environ.get("READTHEDOCS_GIT_IDENTIFIER") # ReadTheDocs
357
or "main" # fallback
358
)
359
0 commit comments