We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a816525 commit 2f1715cCopy full SHA for 2f1715c
docs/source/conf.py
@@ -211,7 +211,7 @@ def setup(app):
211
"numpy": ("https://numpy.org/doc/stable/", None),
212
'scipy': ('https://docs.scipy.org/doc/scipy/', None),
213
'matplotlib': ('https://matplotlib.org/stable/', None),
214
- "qcelemental": ("http://docs.qcarchive.molssi.org/projects/QCElemental/en/latest/", None),
+ "qcelemental": ("https://molssi.github.io/QCElemental/dev/", None),
215
"qcportal": ("http://docs.qcarchive.molssi.org/projects/QCPortal/en/latest/", None),
216
"qcfractal": ("http://docs.qcarchive.molssi.org/projects/QCFractal/en/latest/", None),
217
}
0 commit comments