Skip to content

Commit

Permalink
Trac #34092: Docbuild workflow broken because furo is too new
Browse files Browse the repository at this point in the history
As seen for example in
https://8f7574169b6743890bc32b58d9d2afcb4a5d6375--sagemath-
tobias.netlify.app/
{{{
ERROR: This page was generated by inheriting from "layout.html".

Furo (the documentation theme that this site is generated with) does not
support this, and has generated this page. If you are the author of this
documentation, please look into why this page was generated using the
"layout.html" template and fix the root cause.

Debugging information, if you need to report this error somewhere:
Sphinx: 4.4.0
Furo: 2022.06.21

pagename: index
}}}

As a workaround, we back out the use of furo on the docbuild CI.

URL: https://trac.sagemath.org/34092
Reported by: mkoeppe
Ticket author(s): Matthias Koeppe
Reviewer(s): Kwankyu Lee
  • Loading branch information
Release Manager committed Jul 8, 2022
2 parents 9440e71 + 889fcc1 commit 23e4bbe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/doc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
# Reuse built SAGE_LOCAL contained in the Docker image
./bootstrap
./configure --enable-build-as-root --prefix=/sage/local --with-sage-venv --enable-download-from-upstream-url
make furo
- name: Build
run: make doc-html
Expand Down

0 comments on commit 23e4bbe

Please sign in to comment.