Skip to content

Commit 205a760

Browse files
add rst macros from gufe
1 parent a3a3ea2 commit 205a760

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/conf.py

+6
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,9 @@
6363
# relative to this directory. They are copied after the builtin static files,
6464
# so a file named "default.css" will overwrite the builtin "default.css".
6565
#html_static_path = ['_static']
66+
67+
68+
# replace macros
69+
rst_prolog = """
70+
.. |rdkit.mol| replace:: :class:`rdkit.Chem.rdchem.Mol`
71+
"""

0 commit comments

Comments
 (0)