From 274e2a1e579a7c2945bd48a56955f39faa513790 Mon Sep 17 00:00:00 2001 From: Rowan Cockett Date: Sat, 19 Aug 2023 15:53:35 -0600 Subject: [PATCH] Typo in documentation `pymatsolverr` --> `pymatsolver` --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 4dbe764..1c17621 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -197,7 +197,7 @@ def linkcode_resolve(domain, info): "icon_links": [ { "name": "GitHub", - "url": "https://github.com/simpeg/pymatsolverr", + "url": "https://github.com/simpeg/pymatsolver", "icon": "fab fa-github", }, { @@ -232,7 +232,7 @@ def linkcode_resolve(domain, info): html_context = { "github_user": "simpeg", - "github_repo": "pymatsolverr", + "github_repo": "pymatsolver", "github_version": "main", "doc_path": "docs", }