You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: book/_config.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ sphinx: # Options passed on to the
23
23
logo:
24
24
text: Getting Started with eWaterCycle # Replace this with your own book title
25
25
image_light: figures/ewatercycle_logo.png # Put your logo for the light mode here (can be the same as image_dark)
26
-
image_dark: figures/ewatercycle_logo.png # Put your logo for the dark mode here (can be the same as image_light)
26
+
image_dark: figures/ewatercycle_logo_dark.png # Put your logo for the dark mode here (can be the same as image_light)
27
27
repository_url: https://github.com/eWaterCycle/getting-started" # Add your own repo URL here
28
28
path_to_docs: "book"# Required for edit_page_button, should be book if you're using TeachBooks package (https://github.com/TeachBooks/TeachBooks) or the TeachBooks deploy book workflow (https://teachbooks.io/manual/external/deploy-book-workflow/README.html)
29
29
repository_branch: "main"# Replace when you change the name of your published branch (required for edit_page_button)
0 commit comments