Skip to content

Commit

Permalink
Pin to parent commit SHA
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeNaccarato committed Feb 22, 2024
1 parent 9cfffa6 commit 00bc797
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,8 @@ def dpath(path: Path, rel: Path = DOCS) -> str:
nb_execution_mode = "cache"
nb_execution_raise_on_error = True
# ! Thebe
thebe_config = {
**COMMON_OPTIONS,
"repository_branch": "e083b583ae4ab2743c31001995c61bfcf183db81",
"selector": "div.highlight",
}
rev = Path("requirements.in").read_text(encoding="utf-8").splitlines()[0].split("@")[-1]
thebe_config = {**COMMON_OPTIONS, "repository_branch": rev, "selector": "div.highlight"}
# ! Other
math_eqref_format = "Eq. {number}"
mermaid_d3_zoom = False
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
boilercv @ https://github.com/blakeNaccarato/boilercv
boilercv @ https://github.com/blakeNaccarato/boilercv@9cfffa6bfbc8a2cfc383a751e5b38fd2a5536f51
--requirement .tools/requirements/requirements.txt
boilercore @ git+https://github.com/blakeNaccarato/boilercore@973a0967b0c9922abd47b5f6ec876aac0df6a0c9

0 comments on commit 00bc797

Please sign in to comment.