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.
2 parents a87e03e + eba00e7 commit 5bd0dd9Copy full SHA for 5bd0dd9
.github/workflows/pages.yml
@@ -57,6 +57,8 @@ jobs:
57
sudo apt install -qq ghostscript fonts-freefont-otf # https://stackoverflow.com/a/69012150
58
sed -ri 's#^(\s*baseurl:).*#\1 ${{ steps.pages.outputs.base_url }}/'$SITE_PREFIX'#g' _config.yml
59
jupyter-book build --builder dirhtml --warningiserror --nitpick --keep-going .
60
+ # fix https://github.com/executablebooks/jupyter-book/issues/2066
61
+ sed -ri 's#(.*link rel="canonical" href=".*)\.html(".*)#\1/\2#' _build/dirhtml/*/index.html
62
jupyter-book build --builder latex --warningiserror --nitpick --keep-going .
63
cd _build/latex
64
# fix contrib.rocks
0 commit comments