Skip to content

Commit a32ce71

Browse files
authored
Bump sphinx to > 7 (#672)
* Bump sphinx to > 7 * Update action to setup pandoc * Update action to setup pandoc in other .yml
1 parent f994df0 commit a32ce71

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/publish-docs-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
steps:
1515
- name: Set up Pandoc
16-
uses: r-lib/actions/setup-pandoc@v1
16+
uses: r-lib/actions/setup-pandoc@v2
1717

1818
- name: Checkout source
1919
uses: actions/checkout@v2

.github/workflows/publish-docs.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@ jobs:
1313
fail-fast: false
1414
steps:
1515
- name: Set up Pandoc
16-
uses: r-lib/actions/setup-pandoc@v1
16+
uses: r-lib/actions/setup-pandoc@v2
1717

1818
- name: Checkout source
1919
uses: actions/checkout@v2
20+
with:
21+
fetch-depth: 0
2022

2123
- name: Set up Python
2224
uses: actions/setup-python@v3

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dev = [
3535
"pytest-cov>=2.6.1",
3636
"pytest>=4.4.0",
3737
"seaborn>=0.9.0",
38-
"sphinx>=1.8,<6",
38+
"sphinx>=7",
3939
]
4040
jax = [
4141
"blackjax==0.7.0",

0 commit comments

Comments
 (0)