We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f1715c commit 7067409Copy full SHA for 7067409
docs/source/conf.py
@@ -212,8 +212,8 @@ def setup(app):
212
'scipy': ('https://docs.scipy.org/doc/scipy/', None),
213
'matplotlib': ('https://matplotlib.org/stable/', None),
214
"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),
+ "qcengine": ("https://molssi.github.io/QCEngine/", None),
+ "qcfractal": ("https://molssi.github.io/QCFractal/", None),
217
}
218
219
# -- Options for todo extension ----------------------------------------------
0 commit comments