diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-09-15 14:16:35 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-09-15 14:16:35 +0200 |
commit | 3e0979564d8162d8a6dd80feea10f5a3a0aa6924 (patch) | |
tree | 7d5cb9e7c662a97a8af710573f44fb3dbf49e0b8 /guide/interpreter-maintenance.html | |
parent | Update Python Guide to 22ad9a6 (diff) | |
download | python-3e0979564d8162d8a6dd80feea10f5a3a0aa6924.tar.gz python-3e0979564d8162d8a6dd80feea10f5a3a0aa6924.tar.bz2 python-3e0979564d8162d8a6dd80feea10f5a3a0aa6924.zip |
Update the Guide
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'guide/interpreter-maintenance.html')
-rw-r--r-- | guide/interpreter-maintenance.html | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/guide/interpreter-maintenance.html b/guide/interpreter-maintenance.html index b80513f..710de87 100644 --- a/guide/interpreter-maintenance.html +++ b/guide/interpreter-maintenance.html @@ -7,7 +7,8 @@ <title>Maintenance of Python implementations — Gentoo Python Guide documentation</title> <link rel="stylesheet" type="text/css" href="_static/pygments.css?v=d1102ebc" /> - <link rel="stylesheet" type="text/css" href="_static/alabaster.css?v=12dfc556" /> + <link rel="stylesheet" type="text/css" href="_static/basic.css?v=c058f7c8" /> + <link rel="stylesheet" type="text/css" href="_static/alabaster.css?v=27fed22d" /> <script src="_static/documentation_options.js?v=5929fcd5"></script> <script src="_static/doctools.js?v=9a2dae69"></script> <script src="_static/sphinx_highlight.js?v=dc90522c"></script> @@ -325,7 +326,16 @@ dependencies will be added or vendored into flit_core.</p> -<h3>Navigation</h3> + +<search id="searchbox" style="display: none" role="search"> + <div class="searchformwrapper"> + <form class="search" action="search.html" method="get"> + <input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" placeholder="Search"/> + <input type="submit" value="Go" /> + </form> + </div> +</search> +<script>document.getElementById('searchbox').style.display = "block"</script><h3>Navigation</h3> <p class="caption" role="heading"><span class="caption-text">Contents:</span></p> <ul class="current"> <li class="toctree-l1"><a class="reference internal" href="preface.html">Preface</a></li> @@ -366,16 +376,6 @@ dependencies will be added or vendored into flit_core.</p> </ul></li> </ul> </div> -<search id="searchbox" style="display: none" role="search"> - <h3 id="searchlabel">Quick search</h3> - <div class="searchformwrapper"> - <form class="search" action="search.html" method="get"> - <input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/> - <input type="submit" value="Go" /> - </form> - </div> -</search> -<script>document.getElementById('searchbox').style.display = "block"</script> @@ -392,8 +392,8 @@ dependencies will be added or vendored into flit_core.</p> ©2020, Michał Górny, license: CC BY 4.0. | - Powered by <a href="https://www.sphinx-doc.org/">Sphinx 7.4.7</a> - & <a href="https://alabaster.readthedocs.io">Alabaster 0.7.16</a> + Powered by <a href="https://www.sphinx-doc.org/">Sphinx 8.0.2</a> + & <a href="https://alabaster.readthedocs.io">Alabaster 1.0.0</a> | <a href="_sources/interpreter-maintenance.rst.txt" |