Skip to content

Commit

Permalink
changed package name so docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
MDecarabas committed Dec 11, 2024
1 parent af0ebf5 commit 77ab427
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
# -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information

import instrument
import tomo_instrument

project = "instrument"
project = "tomo_instrument"
copyright = "2023-2024, APS BCDA"
author = "APS BCDA"
version = instrument.__version__
version = tomo_instrument.__version__
release = version.split("+")[0]
if "+" in version:
release += "..."
Expand Down

0 comments on commit 77ab427

Please sign in to comment.