We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fe2556 commit 00dbb35Copy full SHA for 00dbb35
pandas-docs/source/_themes/bootstrap_docs_theme/docs-toc.html
@@ -1,7 +1,7 @@
1
{% set page_toc = get_page_toc_object() %}
2
3
<nav id="bd-toc-nav">
4
- <ul class="nav nav-tabs section-nav flex-column" role="tablist">
+ <ul class="nav section-nav flex-column">
5
{% for item in page_toc.children recursive %}
6
<li class="toc-entry toc-h{{ loop.depth + 1 }}">
7
<a href="{{ item.url }}" class="nav-item nav-link">{{ item.title }}</a>
0 commit comments