Skip to content

Commit

Permalink
Modified conf.py back to book theme
Browse files Browse the repository at this point in the history
  • Loading branch information
apca committed Oct 25, 2024
1 parent f29cb28 commit c710dde
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,23 +80,23 @@
# html_theme = "sphinx_book_theme" # alternative
# html_logo = "_static/logo-wide.svg"
# html_favicon = "_static/logo-square.svg"
# html_theme_options = {
# "github_url": "https://github.com/enryh/",
# "repository_url": "https://github.com/enryh/notes_template",
html_theme_options = {
"github_url": "https://github.com/enryh/",
"repository_url": "https://github.com/enryh/notes_template",
# "repository_branch": "main",
# "home_page_in_toc": True,
# "path_to_docs": "docs",
# "show_navbar_depth": 1,
"show_navbar_depth": 1,
# "use_edit_page_button": True,
# "use_repository_button": True,
# "use_download_button": True,
# "launch_buttons": {
# "colab_url": "https://colab.research.google.com"
"use_repository_button": True,
"use_download_button": True,
"launch_buttons": {
"colab_url": "https://colab.research.google.com"
# "binderhub_url": "https://mybinder.org",
# "notebook_interface": "jupyterlab",
# },
# "navigation_with_keys": False,
#}
},
"navigation_with_keys": False,
}
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
Expand Down

0 comments on commit c710dde

Please sign in to comment.