mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-07 15:34:52 +00:00
Pyrofork: fix docs css
Signed-off-by: wulan17 <wulan17@nusantararom.org>
This commit is contained in:
parent
b8579d7658
commit
0480b3870b
4 changed files with 6 additions and 4 deletions
1
docs/source/_static/css/all.min.css
vendored
Normal file
1
docs/source/_static/css/all.min.css
vendored
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/all.min.css");
|
||||||
1
docs/source/_static/css/custom.css
Normal file
1
docs/source/_static/css/custom.css
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
@import url("https://docs.pyrogram.org/_static/css/custom.css");
|
||||||
|
|
@ -94,6 +94,6 @@ latex_elements = {
|
||||||
|
|
||||||
html_css_files = [
|
html_css_files = [
|
||||||
"css/my.css",
|
"css/my.css",
|
||||||
"https://docs.pyrogram.org/_static/css/custom.css",
|
"css/custom.css",
|
||||||
"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/all.min.css",
|
"css/all.min.css",
|
||||||
]
|
]
|
||||||
Loading…
Reference in a new issue