Skip to content

Commit

Permalink
Merge branch 'develop' into publish-gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
atztogo committed Oct 25, 2024
2 parents c51f175 + 6983c02 commit 70fedab
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"myst_parser",
"IPython.sphinxext.ipython_console_highlighting",
"IPython.sphinxext.ipython_directive",
"sphinx.ext.extlinks",
]
myst_enable_extensions = ["linkify", "dollarmath", "amsmath"]

Expand All @@ -33,3 +34,9 @@
html_theme = "sphinx_book_theme"
html_static_path = ["_static"]
html_title = "Phelel v.%s" % release

extlinks = {
"issue": ("https://github.com/phonopy/phelel/issues/%s", "issue %s"),
"path": ("https://github.com/phonopy/phelel/tree/develop/%s", "%s"),
"user": ("https://github.com/%s", "%s"),
}

0 comments on commit 70fedab

Please sign in to comment.