attribute theme

This commit is contained in:
Jack Gerrits 2024-09-30 11:41:05 -04:00
parent 47cc6679fc
commit d11b421ccd

View File

@ -16,12 +16,9 @@
</ul> </ul>
</div> </div>
<div class="col-6 col-md-4"> <div class="col-6 col-md-4">
<h6>Community</h5> <h6>
<ul class="list-unstyled"> {% trans theme_version=theme_version|e %}Built with the <a href="https://pydata-sphinx-theme.readthedocs.io/en/stable/index.html">PyData Sphinx Theme</a> {{ theme_version }}.{% endtrans %}
<li> </h6>
<a href="https://x.com/pyautogen" target="_blank">Twitter</a>
</li>
</ul>
</div> </div>
</div> </div>
</div> </div>