mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-05 09:26:10 +00:00
add copy codeblock button
Apply suggestions from code review Co-authored-by: Danny <Rapptz@users.noreply.github.com> Change to icon, change according to slice's review
This commit is contained in:
@ -320,5 +320,6 @@ texinfo_documents = [
|
||||
|
||||
def setup(app):
|
||||
app.add_js_file('custom.js')
|
||||
app.add_js_file('copy.js')
|
||||
if app.config.language == 'ja':
|
||||
app.config.intersphinx_mapping['py'] = ('https://docs.python.org/ja/3', None)
|
||||
|
Reference in New Issue
Block a user