File tree 4 files changed +12
-12
lines changed
4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -13,18 +13,19 @@ jobs:
13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- name : Cancel Previous Runs
16
- uses : styfle/cancel-workflow-action@0.11 .0
16
+ uses : styfle/cancel-workflow-action@0.12 .0
17
17
with :
18
18
access_token : ${{ github.token }}
19
19
20
20
- name : Checkout
21
- uses : actions/checkout@v2
21
+ uses : actions/checkout@v4
22
22
23
23
# Install dependencies
24
- - name : Set up Python 3.10
24
+ - name : Set up Python 3.11
25
25
uses : actions/setup-python@v4
26
26
with :
27
- python-version : " 3.10"
27
+ python-version : " 3.11"
28
+ cache : " pip"
28
29
29
30
- name : Install python dependencies
30
31
run : |
52
53
# Push the book's HTML to github-pages
53
54
- name : GitHub Pages action
54
55
if : github.ref == 'refs/heads/main'
55
- uses : peaceiris/actions-gh-pages@v3.5.9
56
+ uses : peaceiris/actions-gh-pages@v3.9.3
56
57
with :
57
58
github_token : ${{ secrets.GITHUB_TOKEN }}
58
59
publish_dir : ./_build/html
Original file line number Diff line number Diff line change @@ -33,8 +33,9 @@ sphinx:
33
33
- sphinx.ext.intersphinx
34
34
- IPython.sphinxext.ipython_console_highlighting
35
35
config :
36
- html_theme : tskit_book_theme
37
- pygments_style : monokai
36
+ html_theme : sphinx_book_theme
37
+ html_theme_options :
38
+ pygment_dark_style : monokai
38
39
todo_include_todos : true
39
40
intersphinx_mapping :
40
41
py : ["https://docs.python.org/3", null]
Original file line number Diff line number Diff line change @@ -5,11 +5,10 @@ jupyter-book==0.15.1
5
5
jupyter-cache==0.6.1
6
6
msprime==1.2.0
7
7
networkx==3.1
8
- pandas==2.0.3
9
- scikit-allel==1.3.6
8
+ pandas==2.1.1
9
+ scikit-allel==1.3.7
10
10
stdpopsim==0.2.0
11
- tqdm==4.65.0
11
+ tqdm==4.66.1
12
12
tskit==0.5.5
13
- tskit-book-theme #Unpinned for easy updating
14
13
tszip==0.2.2
15
14
jsonschema==4.18.6 # Pinned due to 4.19 "AttributeError module jsonschema has no attribute _validators"
Original file line number Diff line number Diff line change @@ -10,5 +10,4 @@ scikit-allel
10
10
stdpopsim
11
11
tqdm
12
12
tskit >= 0.5.4
13
- tskit-book-theme
14
13
tszip
You can’t perform that action at this time.
0 commit comments