This commit is contained in:
2025-06-30 07:10:41 -04:00
parent 56340e6e8c
commit 4d3ff28084
544 changed files with 10 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 2342365aa9df2ea9bfab401e12c8fad0
config: 1419e3cb72c5b310bafcf1fbadcec747
tags: 62a1e7829a13fc7881b6498c52484ec0

View File

@@ -463,13 +463,13 @@ dl.class dl.field-list, dl.type dl.field-list, dl.function dl.field-list, dl.mem
content: none; } }
@page :first {
background: url(_static/ESP32C3_Breadboard-Adapter.png) no-repeat center;
background: url(ESP32C3_Breadboard-Adapter.png);
background-size: cover;
margin: 0; }
@media screen {
#cover {
background: url(_static/ESP32C3_Breadboard-Adapter.png) no-repeat center;
background: url(ESP32C3_Breadboard-Adapter.png);
background-size: cover;
margin: 0; } }
@@ -485,7 +485,7 @@ dl.class dl.field-list, dl.type dl.field-list, dl.function dl.field-list, dl.mem
content: none; } }
@page back_cover {
background: url(_static/ESP32C3_Breadboard-Adapter.png) no-repeat center;
background: url(ESP32C3_Breadboard-Adapter.png);
background-size: cover;
margin: 0;
color: #ffffff; }
@@ -507,7 +507,7 @@ dl.class dl.field-list, dl.type dl.field-list, dl.function dl.field-list, dl.mem
display: flex;
flex-wrap: wrap;
height: 297mm;
background: url(_static/ESP32C3_Breadboard-Adapter.png) no-repeat center;
background: url(ESP32C3_Breadboard-Adapter.png);
background-size: cover;
margin: 0; }
#cover h1 {
@@ -523,7 +523,7 @@ dl.class dl.field-list, dl.type dl.field-list, dl.function dl.field-list, dl.mem
#cover .container {
width: 100%;
top: 0;
background: #047e2c; }
background: rgba(0,0,0,0); }
#cover .container .logo {
font-size: 24pt;
color: #ffffff;

View File

@@ -8,7 +8,7 @@
ByteRider 06-2025 documentation
</title>
<link href="_static/pygments.css?v=d75fae25" rel="stylesheet" type="text/css"/>
<link href="_static/main.css?v=29f195d9" rel="stylesheet" type="text/css"/>
<link href="_static/main.css?v=2251385d" rel="stylesheet" type="text/css"/>
<script src="_static/documentation_options.js?v=84c8e5cb">
</script>
<script src="_static/doctools.js?v=9bcbadda">