Skip to content

Commit 5abafea

Browse files
committed
Fix symmetry-representation intersphinx link
1 parent 6beeeba commit 5abafea

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doc/source/conf.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,10 @@
4242
intersphinx_mapping = {
4343
"python": ("https://docs.python.org/3", None),
4444
"numpy": ("https://numpy.org/devdocs/", None),
45-
"symmetry-representation": ("http://symmetry-representation.greschd.ch//", None),
45+
"symmetry-representation": (
46+
"http://symmetry-representation.greschd.ch/en/latest",
47+
None,
48+
),
4649
"fsc.hdf5-io": ("http://frescolinogroup.github.io/frescolino/pyhdf5io/0.5/", None),
4750
}
4851

0 commit comments

Comments
 (0)