We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acd725c commit 0a435daCopy full SHA for 0a435da
_config.yml
@@ -1 +1,9 @@
1
title: Course Notebooks
2
+html:
3
+ theme:
4
+ name: "sphinx_book_theme"
5
+ options:
6
+ default_mode: "light"
7
+ theme_switcher: false
8
+ extra_css:
9
+ - custom_hide.css
custom_hide.css
@@ -0,0 +1,20 @@
+/* Hide the left sidebar (TOC) */
+#site-navigation, .bd-sidebar-primary, .bd-toc {
+ display: none !important;
+}
+
+/* Expand main content to full width */
+.bd-main .bd-content {
+ margin-left: 0 !important;
+ max-width: 100% !important;
10
11
12
+/* Hide the footer */
13
+#jb-footer, .footer, .bd-footer {
14
15
16
17
+/* Hide the theme switcher button */
18
+.theme-switch-button, .toggle-switch {
19
20
0 commit comments