Skip to content

Commit

Permalink
Modified conf.py for press theme
Browse files Browse the repository at this point in the history
  • Loading branch information
apca committed Oct 25, 2024
1 parent ca31954 commit f29cb28
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,28 +75,28 @@
# See:
# https://github.com/executablebooks/MyST-NB/blob/master/docs/conf.py
# html_title = ""
#html_theme = "sphinx_book_theme"
# html_theme = "sphinx_book_theme"
html_theme = "press"
# 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 f29cb28

Please sign in to comment.