Skip to content

Commit

Permalink
Added sphinx_copybutton extension.
Browse files Browse the repository at this point in the history
  • Loading branch information
davipatti committed Nov 24, 2021
1 parent 5d9b278 commit 0645a46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = ["sphinx.ext.autodoc", "sphinx.ext.intersphinx"]
extensions = ["sphinx.ext.autodoc", "sphinx.ext.intersphinx", "sphinx_copybutton"]
autodoc_typehints = "description"
autodoc_member_order = "bysource"

Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@ install_requires =
pymc3>=3.11.2
setup_requires =
sphinx>=4.1.2
sphinx-copybutton>=0.4.0
test_requires =
pytest>=6.2.4

0 comments on commit 0645a46

Please sign in to comment.