File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ echo '<script>hljs.highlightAll();</script>' >> CHANGES.html
1919cat >> CHANGES.html << EOF
2020<script>
2121document.addEventListener('DOMContentLoaded', () => {
22- const baseDocURL = 'https://sagemath.netlify.app'
22+ const baseDocURL = 'https://preview-release-- sagemath.netlify.app'
2323const diffSite = 'https://pianomister.github.io/diffsite'
2424const diffParagraphs = document.querySelectorAll('p.diff');
2525diffParagraphs.forEach(paragraph => {
Original file line number Diff line number Diff line change 6060 NETLIFY_AUTH_TOKEN : ${{ secrets.NETLIFY_AUTH_TOKEN }}
6161 NETLIFY_SITE_ID : ${{ secrets.NETLIFY_SITE_ID }}
6262 NETLIFY_PRODUCTION : ${{ github.ref == 'refs/heads/develop' }}
63- NETLIFY_MESSAGE : ${{ github.ref == 'refs/heads/develop' && 'release' || steps.source-run-info.outputs.pullRequestNumber }}
63+ NETLIFY_MESSAGE : preview- ${{ github.ref == 'refs/heads/develop' && 'release' || steps.source-run-info.outputs.pullRequestNumber }}
6464 NETLIFY_ALIAS : preview-${{ github.ref == 'refs/heads/develop' && 'release' || steps.source-run-info.outputs.pullRequestNumber }}
6565
6666 # Add deployment as status check, PR comment and annotation
Original file line number Diff line number Diff line change @@ -354,7 +354,7 @@ def set_intersphinx_mappings(app, config):
354354 for directory in os .listdir (os .path .join (invpath )):
355355 if directory == 'jupyter_execute' :
356356 # This directory is created by jupyter-sphinx extension for
357- # internal use and should be ignored here. See trac #33507.
357+ # internal use and should be ignored here. See Issue #33507.
358358 continue
359359 if os .path .isdir (os .path .join (invpath , directory )):
360360 src = os .path .join (refpath , directory )
@@ -633,7 +633,7 @@ def linkcode_resolve(domain, info):
633633\let\textLaTeX\LaTeX
634634\AtBeginDocument{\renewcommand*{\LaTeX}{\hbox{\textLaTeX}}}
635635
636- % Workaround for a LaTeX bug -- see trac #31397 and
636+ % Workaround for a LaTeX bug -- see Issue #31397 and
637637% https://tex.stackexchange.com/questions/583391/mactex-2020-error-with-report-hyperref-mathbf-in-chapter.
638638\makeatletter
639639\pdfstringdefDisableCommands{%
You can’t perform that action at this time.
0 commit comments