Skip to content

Commit

Permalink
Merge pull request #545 from idaholab/website_version
Browse files Browse the repository at this point in the history
Include the latest MontePy release on montepy.org
  • Loading branch information
tjlaboss authored Sep 12, 2024
2 parents d0c12e1 + 8d7b412 commit 4123d7e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
copyright = "2021 – 2024, Battelle Energy Alliance LLC."
author = "Micah D. Gale (@micahgale), Travis J. Labossiere-Hickman (@tjlaboss)"


release = importlib.metadata.version("montepy")
version = importlib.metadata.version("montepy")
release = version # Will be true at website deployment.
# -- General configuration ---------------------------------------------------

# Add any Sphinx extension module names here, as strings. They can be
Expand All @@ -52,6 +52,9 @@
# This pattern also affects html_static_path and html_extra_path.
exclude_patterns = []

# Display the version
display_version = True

# -- External link configuration ---------------------------------------------
UM63 = (
"https://mcnp.lanl.gov/pdf_files/TechReport_2022_LANL_LA-UR-22-30006"
Expand Down

0 comments on commit 4123d7e

Please sign in to comment.