Skip to content

Commit a7a256b

Browse files
committed
test
1 parent 905b7f9 commit a7a256b

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/cache.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: Build Cache [using jupyter-book]
22
on:
33
push:
44
branches:
5+
- cache_test_3
56
- main
7+
68
jobs:
79
tests:
810
runs-on: ubuntu-latest

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies:
1313
- sphinx-tojupyter==0.3.0
1414
- sphinxext-rediraffe==0.2.7
1515
- sphinx-exercise==0.4.1
16-
- sphinx-proof==0.2.0
16+
- sphinx-proof==0.1.3
1717
- ghp-import==1.1.0
1818
- sphinxcontrib-youtube==1.1.0
1919
- sphinx-togglebutton==0.3.1

lectures/_config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ sphinx:
4545
width: 80%
4646
nb_code_prompt_show: "Show {type}"
4747
suppress_warnings: [mystnb.unknown_mime_type, myst.domains]
48-
proof_minimal_theme: true
4948
# -------------
5049
html_js_files:
5150
- https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js

0 commit comments

Comments
 (0)