File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 110110 "path_to_docs" : "docs" ,
111111 "repository_url" : "https://github.com/executablebooks/sphinx-book-theme" ,
112112 "repository_branch" : "main" ,
113+ "search_as_you_type" : True ,
113114 "launch_buttons" : {
114115 "binderhub_url" : "https://mybinder.org" ,
115116 "colab_url" : "https://colab.research.google.com/" ,
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ readme = "README.md"
4040requires-python = " >=3.11"
4141dependencies = [
4242 " sphinx>=7.0" ,
43- " pydata-sphinx-theme==0.16.1 "
43+ " pydata-sphinx-theme==0.17.0 "
4444]
4545
4646license = { file = " LICENSE" }
Original file line number Diff line number Diff line change 77 Contents
88 </ div >
99 < nav aria-labelledby ="pst-page-navigation-heading-2 " class ="page-toc " id ="pst-page-toc-nav ">
10- < ul class ="visible nav section-nav flex-column ">
10+ < ul class ="pst-show_toc_level nav section-nav flex-column ">
1111 < li class ="toc-h1 nav-item toc-entry ">
1212 < a class ="reference internal nav-link " href ="# ">
1313 4.1. A page with multiple top-level titles
1414 </ a >
15- < ul class ="visible nav section-nav flex-column ">
15+ < ul class ="pst-show_toc_level nav section-nav flex-column ">
1616 < li class ="toc-h2 nav-item toc-entry ">
1717 < a class ="reference internal nav-link " href ="#a-sub-heading ">
1818 4.1.1. A sub-heading
2424 < a class ="reference internal nav-link " href ="#another-top-level-title ">
2525 4.2. Another top-level title
2626 </ a >
27- < ul class ="visible nav section-nav flex-column ">
27+ < ul class ="pst-show_toc_level nav section-nav flex-column ">
2828 < li class ="toc-h2 nav-item toc-entry ">
2929 < a class ="reference internal nav-link " href ="#another-sub-heading ">
3030 4.2.1. Another sub-heading
Original file line number Diff line number Diff line change 77 Contents
88 </ div >
99 < nav aria-labelledby ="pst-page-navigation-heading-2 " class ="page-toc " id ="pst-page-toc-nav ">
10- < ul class ="visible nav section-nav flex-column ">
10+ < ul class ="pst-show_toc_level nav section-nav flex-column ">
1111 < li class ="toc-h2 nav-item toc-entry ">
1212 < a class ="reference internal nav-link " href ="#heres-a-sub-heading ">
1313 4.3.1. Here’s a sub-heading
You can’t perform that action at this time.
0 commit comments