Skip to content

Commit 5036a36

Browse files
committed
Sphinx RTD theme v1: apply fix from readthedocs/sphinx_rtd_theme#1278
1 parent b493cb8 commit 5036a36

File tree

2 files changed

+18
-12
lines changed

2 files changed

+18
-12
lines changed

docs/source/_templates/layout.html

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,24 @@
44
{{ super() }}
55
<br />
66
<p class="link caption"><span class="link caption-text">GSTools Links</span></p>
7-
<a href="https://github.com/GeoStat-Framework/GSTools">GSTools GitHub</a>
8-
<a href="https://zenodo.org/badge/latestdoi/117534635">GSTools Zenodo DOI</a>
9-
<a href="https://pypi.org/project/gstools/">GSTools PyPI</a>
7+
<ul>
8+
<Li><a href="https://github.com/GeoStat-Framework/GSTools">GSTools GitHub</a></Li>
9+
<Li><a href="https://zenodo.org/badge/latestdoi/117534635">GSTools Zenodo DOI</a></Li>
10+
<Li><a href="https://pypi.org/project/gstools/">GSTools PyPI</a></Li>
11+
</ul>
1012
<br />
1113
<p class="link caption"><span class="link caption-text">GeoStat Framework</span></p>
12-
<a href="https://geostat-framework.org">GeoStat Website</a>
13-
<a href="https://github.com/GeoStat-Framework">GeoStat Github</a>
14-
<a href="https://github.com/GeoStat-Examples">GeoStat Examples</a>
15-
<a href="https://geostat-framework.readthedocs.io">GeoStat ReadTheDocs</a>
16-
<a href="https://pypi.org/user/geostatframework/">GeoStat PyPI</a>
14+
<ul>
15+
<Li><a href="https://geostat-framework.org">GeoStat Website</a></Li>
16+
<Li><a href="https://github.com/GeoStat-Framework">GeoStat Github</a></Li>
17+
<Li><a href="https://github.com/GeoStat-Examples">GeoStat Examples</a></Li>
18+
<Li><a href="https://geostat-framework.readthedocs.io">GeoStat ReadTheDocs</a></Li>
19+
<Li><a href="https://pypi.org/user/geostatframework/">GeoStat PyPI</a></Li>
20+
</ul>
1721
<br />
1822
<br />
19-
<a href="genindex.html">Index</a>
20-
<a href="contents.html">Sitemap</a>
21-
{% endblock %}
23+
<ul>
24+
<Li><a href="genindex.html">Index</a></Li>
25+
<Li><a href="contents.html">Sitemap</a></Li>
26+
</ul>
27+
{% endblock %}

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ doc =
7171
pyvista>=0.29
7272
sphinx>=4
7373
sphinx-gallery>=0.8
74-
sphinx-rtd-theme<1
74+
sphinx-rtd-theme>=1
7575
plotting =
7676
matplotlib>=3
7777
pyvista>=0.29

0 commit comments

Comments
 (0)