Skip to content

Commit 1cb30f6

Browse files
committed
1 parent 8ddb9d8 commit 1cb30f6

23 files changed

+417
-344
lines changed

_sources/index.rst.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -273,13 +273,13 @@
273273

274274
.. card::
275275

276-
Latest release (2024-07-07):
276+
Latest release (2025-01-13):
277277

278-
.. button-link:: https://github.com/scikit-bio/scikit-bio/releases/tag/0.6.2
278+
.. button-link:: https://github.com/scikit-bio/scikit-bio/releases/tag/0.6.3
279279
:color: success
280280
:shadow:
281281

282-
scikit-bio 0.6.2
282+
scikit-bio 0.6.3
283283

284284
.. card::
285285

_sources/install.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Install scikit-bio
55
Python
66
------
77

8-
scikit-bio requires `Python <https://www.python.org/>`_ 3.8 or later installed in your system.
8+
scikit-bio requires `Python <https://www.python.org/>`_ 3.9 or later installed in your system.
99

1010

1111
Conda

_static/basic.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ div.sphinxsidebarwrapper {
4848

4949
div.sphinxsidebar {
5050
float: left;
51-
width: 270px;
51+
width: 230px;
5252
margin-left: -100%;
5353
font-size: 90%;
5454
word-wrap: break-word;

_static/pygments.css

Lines changed: 121 additions & 121 deletions
Large diffs are not rendered by default.

_static/scripts/pydata-sphinx-theme.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_static/scripts/pydata-sphinx-theme.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_static/styles/pydata-sphinx-theme.css

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_static/styles/pydata-sphinx-theme.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_static/webpack-macros.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@
55

66
{% macro head_pre_assets() %}
77
<!-- Loaded before other Sphinx assets -->
8-
<link href="{{ pathto('_static/styles/theme.css', 1) }}?digest=26a4bc78f4c0ddb94549" rel="stylesheet" />
9-
<link href="{{ pathto('_static/styles/pydata-sphinx-theme.css', 1) }}?digest=26a4bc78f4c0ddb94549" rel="stylesheet" />
8+
<link href="{{ pathto('_static/styles/theme.css', 1) }}?digest=8878045cc6db502f8baf" rel="stylesheet" />
9+
<link href="{{ pathto('_static/styles/pydata-sphinx-theme.css', 1) }}?digest=8878045cc6db502f8baf" rel="stylesheet" />
1010
{% endmacro %}
1111

1212
{% macro head_js_preload() %}
1313
<!-- So that users can add custom icons -->
14-
<script src="{{ pathto('_static/scripts/fontawesome.js', 1) }}?digest=26a4bc78f4c0ddb94549"></script>
14+
<script src="{{ pathto('_static/scripts/fontawesome.js', 1) }}?digest=8878045cc6db502f8baf"></script>
1515
<!-- Pre-loaded scripts that we'll load fully later -->
16-
<link rel="preload" as="script" href="{{ pathto('_static/scripts/bootstrap.js', 1) }}?digest=26a4bc78f4c0ddb94549" />
17-
<link rel="preload" as="script" href="{{ pathto('_static/scripts/pydata-sphinx-theme.js', 1) }}?digest=26a4bc78f4c0ddb94549" />
16+
<link rel="preload" as="script" href="{{ pathto('_static/scripts/bootstrap.js', 1) }}?digest=8878045cc6db502f8baf" />
17+
<link rel="preload" as="script" href="{{ pathto('_static/scripts/pydata-sphinx-theme.js', 1) }}?digest=8878045cc6db502f8baf" />
1818
{% endmacro %}
1919

2020
{% macro body_post() %}
2121
<!-- Scripts loaded after <body> so the DOM is not blocked -->
22-
<script defer src="{{ pathto('_static/scripts/bootstrap.js', 1) }}?digest=26a4bc78f4c0ddb94549"></script>
23-
<script defer src="{{ pathto('_static/scripts/pydata-sphinx-theme.js', 1) }}?digest=26a4bc78f4c0ddb94549"></script>
22+
<script defer src="{{ pathto('_static/scripts/bootstrap.js', 1) }}?digest=8878045cc6db502f8baf"></script>
23+
<script defer src="{{ pathto('_static/scripts/pydata-sphinx-theme.js', 1) }}?digest=8878045cc6db502f8baf"></script>
2424
{% endmacro %}

about.html

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
document.documentElement.dataset.mode = localStorage.getItem("mode") || "";
1717
document.documentElement.dataset.theme = localStorage.getItem("theme") || "";
1818
</script>
19-
<!--
20-
this give us a css class that will be invisible only if js is disabled
19+
<!--
20+
this give us a css class that will be invisible only if js is disabled
2121
-->
2222
<noscript>
2323
<style>
@@ -27,19 +27,19 @@
2727
</noscript>
2828

2929
<!-- Loaded before other Sphinx assets -->
30-
<link href="_static/styles/theme.css?digest=26a4bc78f4c0ddb94549" rel="stylesheet" />
31-
<link href="_static/styles/pydata-sphinx-theme.css?digest=26a4bc78f4c0ddb94549" rel="stylesheet" />
30+
<link href="_static/styles/theme.css?digest=8878045cc6db502f8baf" rel="stylesheet" />
31+
<link href="_static/styles/pydata-sphinx-theme.css?digest=8878045cc6db502f8baf" rel="stylesheet" />
3232

33-
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=a746c00c" />
33+
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=8f2a1f02" />
3434
<link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
3535
<link rel="stylesheet" type="text/css" href="_static/sphinx-design.min.css?v=95c83b7e" />
3636
<link rel="stylesheet" type="text/css" href="_static/css/style.css?v=3e6c503c" />
3737

3838
<!-- So that users can add custom icons -->
39-
<script src="_static/scripts/fontawesome.js?digest=26a4bc78f4c0ddb94549"></script>
39+
<script src="_static/scripts/fontawesome.js?digest=8878045cc6db502f8baf"></script>
4040
<!-- Pre-loaded scripts that we'll load fully later -->
41-
<link rel="preload" as="script" href="_static/scripts/bootstrap.js?digest=26a4bc78f4c0ddb94549" />
42-
<link rel="preload" as="script" href="_static/scripts/pydata-sphinx-theme.js?digest=26a4bc78f4c0ddb94549" />
41+
<link rel="preload" as="script" href="_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf" />
42+
<link rel="preload" as="script" href="_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf" />
4343

4444
<script src="_static/documentation_options.js?v=5929fcd5"></script>
4545
<script src="_static/doctools.js?v=9bcbadda"></script>
@@ -377,9 +377,14 @@
377377

378378

379379
<div class="sidebar-primary-items__end sidebar-primary__section">
380+
<div class="sidebar-primary-item">
381+
<div id="ethical-ad-placement"
382+
class="flat"
383+
data-ea-publisher="readthedocs"
384+
data-ea-type="readthedocs-sidebar"
385+
data-ea-manual="true">
386+
</div></div>
380387
</div>
381-
382-
<div id="rtd-footer-container"></div>
383388

384389

385390
</div>
@@ -496,8 +501,8 @@ <h2>Pre-history<a class="headerlink" href="#pre-history" title="Link to this hea
496501
</div>
497502

498503
<!-- Scripts loaded after <body> so the DOM is not blocked -->
499-
<script defer src="_static/scripts/bootstrap.js?digest=26a4bc78f4c0ddb94549"></script>
500-
<script defer src="_static/scripts/pydata-sphinx-theme.js?digest=26a4bc78f4c0ddb94549"></script>
504+
<script defer src="_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf"></script>
505+
<script defer src="_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf"></script>
501506

502507
<footer class="bd-footer">
503508
<div class="bd-footer__inner bd-page-width">
@@ -508,7 +513,7 @@ <h2>Pre-history<a class="headerlink" href="#pre-history" title="Link to this hea
508513

509514
<p class="copyright">
510515

511-
© Copyright 2014-2024, scikit-bio development team.
516+
© Copyright 2014-2025, scikit-bio development team.
512517
<br/>
513518

514519
</p>
@@ -534,7 +539,8 @@ <h2>Pre-history<a class="headerlink" href="#pre-history" title="Link to this hea
534539

535540
<div class="footer-item">
536541
<p class="theme-version">
537-
Built with the <a href="https://pydata-sphinx-theme.readthedocs.io/en/stable/index.html">PyData Sphinx Theme</a> 0.16.0.
542+
<!-- # L10n: Setting the PST URL as an argument as this does not need to be localized -->
543+
Built with the <a href="https://pydata-sphinx-theme.readthedocs.io/en/stable/index.html">PyData Sphinx Theme</a> 0.16.1.
538544
</p></div>
539545

540546
</div>

0 commit comments

Comments
 (0)