Skip to content

Commit

Permalink
Fix docs/conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Jul 7, 2024
1 parent 50951dc commit f01eb41
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
(
'<i class="fa fa-book fa-fw"></i> 中文文档',
"https://seisman.github.io/HinetPy/zh_CN/",
)
),
]
}

Expand All @@ -93,9 +93,7 @@
napoleon_use_admonition_for_references = True

# intersphinx configurations
intersphinx_mapping = {
"python": ("https://docs.python.org/3/", None)
}
intersphinx_mapping = {"python": ("https://docs.python.org/3/", None)}

# Chinese translation
locale_dirs = ["locale/"] # path is example but recommended.
Expand Down

0 comments on commit f01eb41

Please sign in to comment.