Revert "PyroFork: docs: Add usable by"

This reverts commit b1354d5579.

Signed-off-by: wulan17 <wulan17@nusantararom.org>
This commit is contained in:
wulan17 2023-03-20 08:06:02 +07:00
parent cbbd0e0dd2
commit 3a39064e53
No known key found for this signature in database
GPG key ID: 318CD6CD3A6AC0A5
6 changed files with 2 additions and 28 deletions

View file

@ -1,7 +1,6 @@
pyston_lite-autoload
sphinx
sphinx_rtd_theme==1.0.0
sphinx-rtd-dark-mode
sphinx_copybutton
sphinx-autobuild
tgcrypto

View file

@ -1,5 +0,0 @@
.. raw:: html
<strong>Usable by</strong>
<span class="usable-by"><i class="fa-solid fa-xmark" style="color: var(--color-red)"></i> Users</span>
<span class="usable-by"><i class="fa-solid fa-check" style="color: var(--color-green)"></i> Bots</span>

View file

@ -1,5 +0,0 @@
.. raw:: html
<strong>Usable by</strong>
<span class="usable-by"><i class="fa-solid fa-check" style="color: var(--color-green)"></i> Users</span>
<span class="usable-by"><i class="fa-solid fa-check" style="color: var(--color-green)"></i> Bots</span>

View file

@ -1,5 +0,0 @@
.. raw:: html
<strong>Usable by</strong>
<span class="usable-by"><i class="fa-solid fa-check" style="color: var(--color-green)"></i> Users</span>
<span class="usable-by"><i class="fa-solid fa-xmark" style="color: var(--color-red)"></i> Bots</span>

View file

@ -1,3 +0,0 @@
.pre{
color: #bfbfbf;
}

View file

@ -39,8 +39,7 @@ extensions = [
"sphinx.ext.napoleon",
"sphinx.ext.autosummary",
"sphinx.ext.intersphinx",
"sphinx_copybutton",
"sphinx_rtd_dark_mode"
"sphinx_copybutton"
]
intersphinx_mapping = {
@ -65,7 +64,7 @@ suppress_warnings = ["image.not_readable"]
html_title = "PyroFork Documentation"
html_theme = "sphinx_rtd_theme"
html_static_path = ["../resources/static","_static"]
html_static_path = ["../resources/static"]
html_show_sourcelink = True
html_show_copyright = False
html_theme_options = {
@ -91,9 +90,3 @@ latex_elements = {
\setmonofont{Ubuntu Mono}
"""
}
html_css_files = [
"css/my.css",
"https://docs.pyrogram.org/_static/css/custom.css",
"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/all.min.css",
]