We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87cab75 commit a9bc0e2Copy full SHA for a9bc0e2
docs/conf.py
@@ -26,13 +26,13 @@
26
intersphinx_mapping = {
27
"python": ("https://docs.python.org/3.13/", None),
28
"tmt": ("https://tmt.readthedocs.io/en/stable", None),
29
- "fmf": ("https://fmf.readthedocs.io/en/stable", None),
+ "fmf": ("https://fmf--257.org.readthedocs.build/en/257", None),
30
"jinja": ("https://jinja.palletsprojects.com/en/stable", None),
31
}
32
tippy_rtd_urls = [
33
# Only works with RTD hosted intersphinx
34
"https://tmt.readthedocs.io/en/stable",
35
- "https://fmf.readthedocs.io/en/stable",
+ "https://fmf--257.org.readthedocs.build/en/257",
36
"https://jinja.palletsprojects.com/en/stable",
37
]
38
autodoc_member_order = "bysource"
0 commit comments