Skip to content

Commit

Permalink
Merge pull request #40 from simpeg/fix/typo
Browse files Browse the repository at this point in the history
Typo in documentation
  • Loading branch information
jcapriot committed Sep 27, 2023
2 parents b54ee1d + 274e2a1 commit 3eedc9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
{
Expand Down Expand Up @@ -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",
}
Expand Down

0 comments on commit 3eedc9d

Please sign in to comment.