Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@
"path_to_docs": "docs",
"repository_url": "https://github.com/executablebooks/sphinx-book-theme",
"repository_branch": "main",
"search_as_you_type": True,
"launch_buttons": {
"binderhub_url": "https://mybinder.org",
"colab_url": "https://colab.research.google.com/",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"sphinx>=7.0",
"pydata-sphinx-theme==0.16.1"
"pydata-sphinx-theme==0.17.0"
]

license = { file = "LICENSE" }
Expand Down
6 changes: 3 additions & 3 deletions tests/test_build/build__pagetoc--page-multipletitles.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
Contents
</div>
<nav aria-labelledby="pst-page-navigation-heading-2" class="page-toc" id="pst-page-toc-nav">
<ul class="visible nav section-nav flex-column">
<ul class="pst-show_toc_level nav section-nav flex-column">
<li class="toc-h1 nav-item toc-entry">
<a class="reference internal nav-link" href="#">
4.1. A page with multiple top-level titles
</a>
<ul class="visible nav section-nav flex-column">
<ul class="pst-show_toc_level nav section-nav flex-column">
<li class="toc-h2 nav-item toc-entry">
<a class="reference internal nav-link" href="#a-sub-heading">
4.1.1. A sub-heading
Expand All @@ -24,7 +24,7 @@
<a class="reference internal nav-link" href="#another-top-level-title">
4.2. Another top-level title
</a>
<ul class="visible nav section-nav flex-column">
<ul class="pst-show_toc_level nav section-nav flex-column">
<li class="toc-h2 nav-item toc-entry">
<a class="reference internal nav-link" href="#another-sub-heading">
4.2.1. Another sub-heading
Expand Down
2 changes: 1 addition & 1 deletion tests/test_build/build__pagetoc--page-onetitle.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Contents
</div>
<nav aria-labelledby="pst-page-navigation-heading-2" class="page-toc" id="pst-page-toc-nav">
<ul class="visible nav section-nav flex-column">
<ul class="pst-show_toc_level nav section-nav flex-column">
<li class="toc-h2 nav-item toc-entry">
<a class="reference internal nav-link" href="#heres-a-sub-heading">
4.3.1. Here’s a sub-heading
Expand Down
Loading