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 39d52a3 commit a6224a3Copy full SHA for a6224a3
.github/workflows/doc-build.yml
@@ -120,7 +120,7 @@ jobs:
120
git config --global user.email "ci-sage@example.com"
121
git config --global user.name "Build documentation workflow"
122
# mathjax path in old doc (regex)
123
- mathjax_path_from="[-./A-Za-z_]*/tex-chtml[.]js"
+ mathjax_path_from="[-./A-Za-z_]*/tex-chtml[.]js?v=[0-9a-f]*"
124
# mathjax path in new doc
125
mathjax_path_to=$(docker exec -e SAGE_USE_CDNS=yes BUILD /sage/sage -python -c "from sage_docbuild.conf import mathjax_path; print(mathjax_path)")
126
new_version=$(docker exec BUILD cat src/VERSION.txt)
0 commit comments