Revive furo
Closed this issue · 25 comments
Specifically html/en/index.html page is now based on furo's page.html for furo theme.
Along the way, we fix here and there so that
- pdf docs also build
- logo links to the documentation root
- search page works
- white sage logo is transparent
Hence our doc in furo theme is now quite functional.
Component: documentation
Author: Kwankyu Lee
Branch/Commit: 73e5aa3
Reviewer: Matthias Koeppe
Issue created by migration from https://trac.sagemath.org/ticket/34252
Branch: u/klee/34252
Commit: 9d1e07a
Branch pushed to git repo; I updated commit sha1. New commits:
9d1e07a | Revive furo |
Description changed:
---
+++
@@ -1 +1 @@
-
+Specifically `html/en/index.html` page is now based on furo's `page.html` for furo theme.Branch pushed to git repo; I updated commit sha1. New commits:
f19b597 | Add link to the logo |
Description changed:
---
+++
@@ -1 +1,10 @@
Specifically `html/en/index.html` page is now based on furo's `page.html` for furo theme.
+
+Along the way, we fix here and there so that
+
+- pdf docs also build
+
+- logo links to the documentation root
+
+Hence our doc in furo theme is now quite functional.
+Branch pushed to git repo; I updated commit sha1. New commits:
3519bed | Run docbuild workflow with single thread |
Branch pushed to git repo; I updated commit sha1. New commits:
1274718 | Fix a suspicious part of categories doc |
Branch pushed to git repo; I updated commit sha1. New commits:
e5b1f7e | Add search.html |
Description changed:
---
+++
@@ -6,5 +6,7 @@
- logo links to the documentation root
+- search page works
+
Hence our doc in furo theme is now quite functional.
Branch pushed to git repo; I updated commit sha1. New commits:
ebd3b77 | Better pygments style |
Branch pushed to git repo; I updated commit sha1. New commits:
73e5aa3 | Make white logo transparent to match with furo |
Description changed:
---
+++
@@ -3,10 +3,9 @@
Along the way, we fix here and there so that
- pdf docs also build
-
- logo links to the documentation root
-
- search page works
+- white sage logo is transparent
Hence our doc in furo theme is now quite functional.
This looks excellent.
Reviewer: Matthias Koeppe
Thank you!
Changed branch from u/klee/34252 to 73e5aa3