Skip to content

Commit

Permalink
[Temp] Point to fmf PR
Browse files Browse the repository at this point in the history
  • Loading branch information
LecrisUT committed Nov 18, 2024
1 parent 87cab75 commit a9bc0e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
intersphinx_mapping = {
"python": ("https://docs.python.org/3.13/", None),
"tmt": ("https://tmt.readthedocs.io/en/stable", None),
"fmf": ("https://fmf.readthedocs.io/en/stable", None),
"fmf": ("https://fmf--257.org.readthedocs.build/en/257", None),
"jinja": ("https://jinja.palletsprojects.com/en/stable", None),
}
tippy_rtd_urls = [
# Only works with RTD hosted intersphinx
"https://tmt.readthedocs.io/en/stable",
"https://fmf.readthedocs.io/en/stable",
"https://fmf--257.org.readthedocs.build/en/257",
"https://jinja.palletsprojects.com/en/stable",
]
autodoc_member_order = "bysource"
Expand Down

0 comments on commit a9bc0e2

Please sign in to comment.