Skip to content

Commit

Permalink
添加一键拷贝代码插件
Browse files Browse the repository at this point in the history
  • Loading branch information
FeignClaims committed Jan 30, 2024
1 parent 981cc7a commit ca77119
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

extensions = ['sphinx_togglebutton', 'sphinx_last_updated_by_git', 'sphinx.ext.todo',
'sphinx.ext.graphviz', 'sphinx.ext.extlinks']
'sphinx.ext.graphviz', 'sphinx.ext.extlinks', 'sphinx_copybutton']

togglebutton_hint = ""
togglebutton_hint_hide = ""
Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
sphinx==7.2.6
sphinx_book_theme==1.1.0
sphinx-copybutton==0.5.2
sphinx_togglebutton==0.3.2
sphinx-last-updated-by-git==0.3.6

0 comments on commit ca77119

Please sign in to comment.