Skip to content

Commit 1ac5ba4

Browse files
committed
Rebuild using Sphinx 4.4.0
The previous commit was built using Sphinx 7.0.1. As result, the logo disappears. I can't find a solution using the modern Shpinx, so rebuilt the documentation using 4.4.0. It seems it is somehow related to configuration options renaming and how Sphinx themes follow these changes, see [1]. [1]: sphinx-doc/sphinx#11062
1 parent ed9c4bb commit 1ac5ba4

32 files changed

+14011
-1094
lines changed

.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: de49338a7b02755081a39a7338466b9f
3+
config: c27729ab0c5a1e071a133555ca2d697e
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

_static/basic.css

Lines changed: 28 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Sphinx stylesheet -- basic theme.
66
*
7-
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
7+
* :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
88
* :license: BSD, see LICENSE for details.
99
*
1010
*/
@@ -237,6 +237,16 @@ a.headerlink {
237237
visibility: hidden;
238238
}
239239

240+
a.brackets:before,
241+
span.brackets > a:before{
242+
content: "[";
243+
}
244+
245+
a.brackets:after,
246+
span.brackets > a:after {
247+
content: "]";
248+
}
249+
240250
h1:hover > a.headerlink,
241251
h2:hover > a.headerlink,
242252
h3:hover > a.headerlink,
@@ -325,16 +335,12 @@ p.sidebar-title {
325335
font-weight: bold;
326336
}
327337

328-
nav.contents,
329-
aside.topic,
330338
div.admonition, div.topic, blockquote {
331339
clear: left;
332340
}
333341

334342
/* -- topics ---------------------------------------------------------------- */
335343

336-
nav.contents,
337-
aside.topic,
338344
div.topic {
339345
border: 1px solid #ccc;
340346
padding: 7px;
@@ -373,17 +379,13 @@ div.body p.centered {
373379

374380
div.sidebar > :last-child,
375381
aside.sidebar > :last-child,
376-
nav.contents > :last-child,
377-
aside.topic > :last-child,
378382
div.topic > :last-child,
379383
div.admonition > :last-child {
380384
margin-bottom: 0;
381385
}
382386

383387
div.sidebar::after,
384388
aside.sidebar::after,
385-
nav.contents::after,
386-
aside.topic::after,
387389
div.topic::after,
388390
div.admonition::after,
389391
blockquote::after {
@@ -426,6 +428,10 @@ table.docutils td, table.docutils th {
426428
border-bottom: 1px solid #aaa;
427429
}
428430

431+
table.footnote td, table.footnote th {
432+
border: 0 !important;
433+
}
434+
429435
th {
430436
text-align: left;
431437
padding-right: 5px;
@@ -609,26 +615,19 @@ ul.simple p {
609615
margin-bottom: 0;
610616
}
611617

612-
aside.footnote > span,
613-
div.citation > span {
618+
dl.footnote > dt,
619+
dl.citation > dt {
614620
float: left;
621+
margin-right: 0.5em;
615622
}
616-
aside.footnote > span:last-of-type,
617-
div.citation > span:last-of-type {
618-
padding-right: 0.5em;
619-
}
620-
aside.footnote > p {
621-
margin-left: 2em;
622-
}
623-
div.citation > p {
624-
margin-left: 4em;
625-
}
626-
aside.footnote > p:last-of-type,
627-
div.citation > p:last-of-type {
623+
624+
dl.footnote > dd,
625+
dl.citation > dd {
628626
margin-bottom: 0em;
629627
}
630-
aside.footnote > p:last-of-type:after,
631-
div.citation > p:last-of-type:after {
628+
629+
dl.footnote > dd:after,
630+
dl.citation > dd:after {
632631
content: "";
633632
clear: both;
634633
}
@@ -645,6 +644,10 @@ dl.field-list > dt {
645644
padding-right: 5px;
646645
}
647646

647+
dl.field-list > dt:after {
648+
content: ":";
649+
}
650+
648651
dl.field-list > dd {
649652
padding-left: 0.5em;
650653
margin-top: 0em;

0 commit comments

Comments
 (0)