Commit d0e282d7 authored by Mayank Mittal's avatar Mayank Mittal

adds code copy button in docs

parent 8398ed57
...@@ -42,6 +42,7 @@ extensions = [ ...@@ -42,6 +42,7 @@ extensions = [
"sphinxcontrib.bibtex", "sphinxcontrib.bibtex",
"myst_parser", "myst_parser",
"autodocsumm", "autodocsumm",
"sphinx_copybutton",
] ]
# mathjax hacks # mathjax hacks
......
...@@ -5,7 +5,8 @@ sphinx-book-theme==0.3.3 ...@@ -5,7 +5,8 @@ sphinx-book-theme==0.3.3
myst-parser==0.18.1 myst-parser==0.18.1
sphinxcontrib-bibtex==2.5.0 sphinxcontrib-bibtex==2.5.0
autodocsumm==0.2.9 autodocsumm==0.2.9
sphinx-copybutton
# basic python # basic python
numpy==1.24.1 numpy
matplotlib==3.6.2 matplotlib
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment