Skip to content

Commit a43f6b8

Browse files
Add copy code button
Co-authored-by: Oriol Abril-Pla <oriol.abril.pla@gmail.com>
1 parent f876f97 commit a43f6b8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

doc/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"sphinx.ext.autodoc",
1414
"sphinx.ext.todo",
1515
"sphinx.ext.doctest",
16+
"sphinx_copybutton",
1617
"sphinx.ext.napoleon",
1718
"sphinx.ext.linkcode",
1819
"sphinx.ext.mathjax",

doc/environment.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ dependencies:
1313
- mock
1414
- pillow
1515
- pymc-sphinx-theme
16+
- sphinx-copybutton
1617
- sphinx-design
18+
- sphinx-sitemap
1719
- pygments
1820
- pydot
1921
- ipython
@@ -23,5 +25,4 @@ dependencies:
2325
- ablog
2426
- pip
2527
- pip:
26-
- sphinx_sitemap
2728
- -e ..

0 commit comments

Comments
 (0)