Skip to content

Commit

Permalink
feat: add copy button
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-jerry-ye committed Dec 3, 2024
1 parent 9a8ef1d commit 5bbd6d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion next/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from pathlib import Path
sys.path.append(str(Path("_ext").resolve()))

extensions = ['myst_parser', 'lexer']
extensions = ['myst_parser', 'lexer', 'sphinx_copybutton']

templates_path = ['_templates']
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', ".env", '.venv', "README", 'sources']
Expand Down
1 change: 1 addition & 0 deletions next/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ snowballstemmer==2.2.0
soupsieve==2.6
Sphinx==8.1.3
sphinx-book-theme==1.1.3
sphinx-copybutton==0.5.2
sphinx-intl==2.3.0
sphinxcontrib-applehelp==2.0.0
sphinxcontrib-devhelp==2.0.0
Expand Down

0 comments on commit 5bbd6d0

Please sign in to comment.