Skip to content

Commit

Permalink
fix: link to stable AmpForm API
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Apr 6, 2022
1 parent 2211e94 commit be9201f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def get_minor_version(package_name: str) -> str:
f"https://ipython.readthedocs.io/en/{get_version('IPython')}",
None,
),
"ampform": ("https://ampform--245.org.readthedocs.build/en/245", None),
"ampform": ("https://ampform.readthedocs.io/en/stable", None),
"attrs": (f"https://www.attrs.org/en/{get_version('attrs')}", None),
"expertsystem": ("https://expertsystem.readthedocs.io/en/stable", None),
"graphviz": ("https://graphviz.readthedocs.io/en/stable", None),
Expand Down

0 comments on commit be9201f

Please sign in to comment.