We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c12c8a commit 2003efdCopy full SHA for 2003efd
doc/conf.py
@@ -14,6 +14,7 @@
14
"sphinx.ext.autodoc",
15
"sphinx.ext.todo",
16
"sphinx.ext.doctest",
17
+ "sphinx_copybutton",
18
"sphinx.ext.napoleon",
19
"sphinx.ext.linkcode",
20
"sphinx.ext.mathjax",
doc/environment.yml
@@ -13,7 +13,9 @@ dependencies:
13
- mock
- pillow
- pymc-sphinx-theme
+ - sphinx-copybutton
- sphinx-design
+ - sphinx_sitemap
- pygments
- pydot
21
- ipython
@@ -23,5 +25,4 @@ dependencies:
23
25
- ablog
24
26
- pip
27
- pip:
- - sphinx_sitemap
28
- -e ..
0 commit comments