Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
CalMacCQ committed Dec 13, 2024
1 parent 78ee94a commit 7986cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytket/docs/build-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cp -R pytket-docs-theming/_static .
cp -R pytket-docs-theming/quantinuum-sphinx .
cp pytket-docs-theming/conf.py .

# Get pytket extension version
# Get pytket package version to be used in page title
PYTKET_VERSION="$(pip show pytket| grep Version | awk '{print $2}')"

PACKAGE="pytket $PYTKET_VERSION"
Expand Down

0 comments on commit 7986cc8

Please sign in to comment.