Skip to content

Commit

Permalink
add sphinx-tabs and sphinx-copybutton
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminum committed Dec 9, 2024
1 parent 7e64424 commit 8eb79ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ def get_git_short_hash():
"sphinx.ext.autosummary",
"sphinx.ext.napoleon",
"sphinx.ext.todo",
"sphinx_tabs.tabs",
"sphinx_copybutton",
"nbsphinx",
"m2r2",
]
Expand Down
2 changes: 2 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ m2r2==0.3.3.post2
matplotlib==3.7.3
nbsphinx==0.9.3
sphinx==7.1.2
sphinx-tabs==3.4.7
sphinx-copybutton==0.5.2
nbconvert==6.5.4
lxml==5.2.1
lxml_html_clean==0.4.0

0 comments on commit 8eb79ab

Please sign in to comment.