mirror of
https://github.com/flame-engine/flame.git
synced 2025-10-27 19:13:31 +08:00
docs: Add sphinx copy button configurations in conf.py (#2466)
Add sphinx copy button configurations in conf.py
This commit is contained in:
@ -93,6 +93,7 @@ pygments_style = 'monokai'
|
|||||||
# so a file named "default.css" will overwrite the builtin "default.css".
|
# so a file named "default.css" will overwrite the builtin "default.css".
|
||||||
html_static_path = ['images', 'scripts', 'theme']
|
html_static_path = ['images', 'scripts', 'theme']
|
||||||
html_js_files = ['versions.js', 'menu-expand.js']
|
html_js_files = ['versions.js', 'menu-expand.js']
|
||||||
|
html_css_files = ["copy-button.css"]
|
||||||
|
|
||||||
|
|
||||||
# -- Custom setup ------------------------------------------------------------
|
# -- Custom setup ------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user