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 6beeeba commit 5abafeaCopy full SHA for 5abafea
doc/source/conf.py
@@ -42,7 +42,10 @@
42
intersphinx_mapping = {
43
"python": ("https://docs.python.org/3", None),
44
"numpy": ("https://numpy.org/devdocs/", None),
45
- "symmetry-representation": ("http://symmetry-representation.greschd.ch//", None),
+ "symmetry-representation": (
46
+ "http://symmetry-representation.greschd.ch/en/latest",
47
+ None,
48
+ ),
49
"fsc.hdf5-io": ("http://frescolinogroup.github.io/frescolino/pyhdf5io/0.5/", None),
50
}
51
0 commit comments