Skip to content

Commit

Permalink
Bump sphinx to > 7 (#672)
Browse files Browse the repository at this point in the history
* Bump sphinx to > 7

* Update action to setup pandoc

* Update action to setup pandoc in other .yml
  • Loading branch information
tomicapretto authored May 17, 2023
1 parent f994df0 commit a32ce71
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
steps:
- name: Set up Pandoc
uses: r-lib/actions/setup-pandoc@v1
uses: r-lib/actions/setup-pandoc@v2

- name: Checkout source
uses: actions/checkout@v2
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@ jobs:
fail-fast: false
steps:
- name: Set up Pandoc
uses: r-lib/actions/setup-pandoc@v1
uses: r-lib/actions/setup-pandoc@v2

- name: Checkout source
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Set up Python
uses: actions/setup-python@v3
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dev = [
"pytest-cov>=2.6.1",
"pytest>=4.4.0",
"seaborn>=0.9.0",
"sphinx>=1.8,<6",
"sphinx>=7",
]
jax = [
"blackjax==0.7.0",
Expand Down

0 comments on commit a32ce71

Please sign in to comment.