Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
mkdir pages
touch pages/.nojekyll
cd docs
uv sync --all-extras --all-groups
uv run --frozen sphinx-build src build
# remove any doctrees dirs which aren't needed for publishing
find ./build -type d -name '.doctrees' -exec rm -rf {} +
Expand Down
3 changes: 3 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ authors:
- given-names: Michael
family-names: Lippincott
orcid: 'https://orcid.org/0000-0002-8637-1448'
- given-names: Cameron
family-names: Mattson
orcid: 'https://orcid.org/0009-0008-4969-779X'
- given-names: Gregory
family-names: Way
orcid: 'https://orcid.org/0000-0002-0503-9348'
Expand Down
3 changes: 3 additions & 0 deletions docs/src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,6 @@

# enable anchor creation
myst_heading_anchors = 3

# disable notebook execution
nb_execution_mode = "off"