Skip to content

Commit 98dcdce

Browse files
authored
update theme version (#95)
* update theme version * add rtd preview action
1 parent aceb40e commit 98dcdce

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Read the Docs Pull Request Preview
2+
on:
3+
pull_request_target:
4+
types:
5+
- opened
6+
7+
permissions:
8+
pull-requests: write
9+
10+
jobs:
11+
documentation-links:
12+
runs-on: ubuntu-latest
13+
steps:
14+
- uses: readthedocs/actions/preview@v1
15+
with:
16+
project-slug: "pymcio"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ sphinx-notfound-page
99
jupyterlite-sphinx
1010
jupyterlite-pyodide-kernel
1111
sphinxext-rediraffe
12-
pymc-sphinx-theme==0.13
12+
pymc-sphinx-theme==0.14

0 commit comments

Comments
 (0)