mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-03 14:04:51 +00:00
Revert "PyroFork: docs: Add usable by"
This reverts commit b1354d5579.
Signed-off-by: wulan17 <wulan17@nusantararom.org>
This commit is contained in:
parent
cbbd0e0dd2
commit
3a39064e53
6 changed files with 2 additions and 28 deletions
|
|
@ -1,7 +1,6 @@
|
||||||
pyston_lite-autoload
|
pyston_lite-autoload
|
||||||
sphinx
|
sphinx
|
||||||
sphinx_rtd_theme==1.0.0
|
sphinx_rtd_theme==1.0.0
|
||||||
sphinx-rtd-dark-mode
|
|
||||||
sphinx_copybutton
|
sphinx_copybutton
|
||||||
sphinx-autobuild
|
sphinx-autobuild
|
||||||
tgcrypto
|
tgcrypto
|
||||||
|
|
|
||||||
|
|
@ -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>
|
|
||||||
|
|
@ -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>
|
|
||||||
|
|
@ -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>
|
|
||||||
|
|
@ -1,3 +0,0 @@
|
||||||
.pre{
|
|
||||||
color: #bfbfbf;
|
|
||||||
}
|
|
||||||
|
|
@ -39,8 +39,7 @@ extensions = [
|
||||||
"sphinx.ext.napoleon",
|
"sphinx.ext.napoleon",
|
||||||
"sphinx.ext.autosummary",
|
"sphinx.ext.autosummary",
|
||||||
"sphinx.ext.intersphinx",
|
"sphinx.ext.intersphinx",
|
||||||
"sphinx_copybutton",
|
"sphinx_copybutton"
|
||||||
"sphinx_rtd_dark_mode"
|
|
||||||
]
|
]
|
||||||
|
|
||||||
intersphinx_mapping = {
|
intersphinx_mapping = {
|
||||||
|
|
@ -65,7 +64,7 @@ suppress_warnings = ["image.not_readable"]
|
||||||
|
|
||||||
html_title = "PyroFork Documentation"
|
html_title = "PyroFork Documentation"
|
||||||
html_theme = "sphinx_rtd_theme"
|
html_theme = "sphinx_rtd_theme"
|
||||||
html_static_path = ["../resources/static","_static"]
|
html_static_path = ["../resources/static"]
|
||||||
html_show_sourcelink = True
|
html_show_sourcelink = True
|
||||||
html_show_copyright = False
|
html_show_copyright = False
|
||||||
html_theme_options = {
|
html_theme_options = {
|
||||||
|
|
@ -91,9 +90,3 @@ latex_elements = {
|
||||||
\setmonofont{Ubuntu Mono}
|
\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",
|
|
||||||
]
|
|
||||||
Loading…
Reference in a new issue