Fix class conflict

This commit is contained in:
Victor Zverovich 2024-05-26 13:18:43 -07:00
parent 5afa681388
commit 12ef9e09d1
2 changed files with 4 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -34,7 +34,9 @@
{% block header %}
<nav class="navbar navbar-expand-md" data-bs-theme="dark">
<div class="container">
{# Bootstrap's container has been renamed to tb-container to avoid a
conflict with Sphinx. #}
<div class="tb-container">
<a class="navbar-brand" href="index.html">{fmt}</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent"