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 f876f97 commit a43f6b8Copy full SHA for a43f6b8
doc/conf.py
@@ -13,6 +13,7 @@
13
"sphinx.ext.autodoc",
14
"sphinx.ext.todo",
15
"sphinx.ext.doctest",
16
+ "sphinx_copybutton",
17
"sphinx.ext.napoleon",
18
"sphinx.ext.linkcode",
19
"sphinx.ext.mathjax",
doc/environment.yml
@@ -13,7 +13,9 @@ dependencies:
- mock
- pillow
- pymc-sphinx-theme
+ - sphinx-copybutton
- sphinx-design
+ - sphinx-sitemap
- pygments
20
- pydot
21
- ipython
@@ -23,5 +25,4 @@ dependencies:
23
25
- ablog
24
26
- pip
27
- pip:
- - sphinx_sitemap
28
- -e ..
0 commit comments