From a67b45fcd479579b4cc5dd815cbe12b176df7a22 Mon Sep 17 00:00:00 2001 From: eli knaap Date: Mon, 2 Oct 2023 15:07:20 -0700 Subject: [PATCH] myst underscore --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index cf5fdf92..15979545 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -38,7 +38,7 @@ "sphinx.ext.intersphinx", "numpydoc", "matplotlib.sphinxext.plot_directive", - "myst-parser" + "myst_parser" ] myst_enable_extensions = [ @@ -80,7 +80,7 @@ # General information about the project. project = "geosnap" -copyright = "2020, geosnap developers" +copyright = "2023, geosnap developers" author = "geosnap developers" # The version info for the project you're documenting, acts as replacement for