From cb6883351da606aad86a794c6ae60ba229ab79b1 Mon Sep 17 00:00:00 2001 From: Lily Wang Date: Mon, 4 Sep 2023 21:01:29 +1000 Subject: [PATCH] add mda theme --- doc/source/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/source/conf.py b/doc/source/conf.py index 6c192b494..44becec3f 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -83,6 +83,7 @@ def sort_authors(filename): "IPython.sphinxext.ipython_directive", "sphinxcontrib.bibtex", "matplotlib.sphinxext.plot_directive", + "mdanalysis_sphinx_theme", ] bibtex_bibfiles = ["references.bib"]