Skip to content

Commit 57852a8

Browse files
author
Release Manager
committed
gh-36160: Fix documentation previews using mathjax cdns
<!-- ^^^^^ Please provide a concise, informative and self-explanatory title. Don't put issue numbers in there, do this in the PR body below. For example, instead of "Fixes #1234" use "Introduce new method to calculate 1+1" --> <!-- Describe your changes here in detail --> Fixes #36159 <!-- Why is this change required? What problem does it solve? --> <!-- If this PR resolves an open issue, please link to it here. For example "Fixes #12345". --> <!-- If your change requires a documentation PR, please link it appropriately. --> ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> <!-- If your change requires a documentation PR, please link it appropriately --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> <!-- Feel free to remove irrelevant items. --> - [x] The title is concise, informative, and self-explanatory. - [x] The description explains in detail what this PR is about. - [x] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation accordingly. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on - #12345: short description why this is a dependency - #34567: ... --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> URL: #36160 Reported by: Kwankyu Lee Reviewer(s):
2 parents 2272afd + dbac542 commit 57852a8

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/doc-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ jobs:
8282
# incremental docbuild may introduce broken links (inter-file references) though build succeeds
8383
run: |
8484
set -ex
85+
export SAGE_USE_CDNS=yes
8586
mv /sage/local/share/doc/sage/html/en/.git /sage/.git-doc
8687
make doc-clean doc-uninstall sagelib-clean && git clean -fx src/sage
8788
mkdir -p /sage/local/share/doc/sage/html/en/ && mv /sage/.git-doc /sage/local/share/doc/sage/html/en/.git

build/pkgs/configure/checksums.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
tarball=configure-VERSION.tar.gz
2-
sha1=d0a3737795390fc46d2cec3bf0f8c6548da2e08f
3-
md5=10be304a3521209b8c8590824ef76587
4-
cksum=602858466
2+
sha1=f8caca3192ba227053c83210717bfe6529233a72
3+
md5=69dcea3f4a3e0bae62b731e4413afd73
4+
cksum=3763342103
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
b1ba78aff8355d0e4fc4cdea6ec08a521303e327
1+
468c15263b1829c1561cfad59fdbea723a17d6b4

0 commit comments

Comments
 (0)