We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aceb40e commit 98dcdceCopy full SHA for 98dcdce
.github/workflows/rtd-link-preview.yml
@@ -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
@@ -9,4 +9,4 @@ sphinx-notfound-page
jupyterlite-sphinx
jupyterlite-pyodide-kernel
sphinxext-rediraffe
-pymc-sphinx-theme==0.13
+pymc-sphinx-theme==0.14
0 commit comments