Fix Read the Docs build failure

This commit is contained in:
degerahmet 2025-03-24 20:10:13 -07:00
parent 9ce6e72e2c
commit c0bbfef68d
259 changed files with 48269 additions and 0 deletions

15
_build/_static/flask.css Normal file
View file

@ -0,0 +1,15 @@
@import url("pocoo.css");
a, a.reference, a.footnote-reference {
color: #004b6b;
text-decoration-color: #004b6b;
}
a:hover {
color: #6d4100;
text-decoration-color: #6d4100;
}
p.version-warning {
background-color: #004b6b;
}