Skip to content

Commit

Permalink
Merge 723e8bd into e05f442
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Apr 5, 2020
2 parents e05f442 + 723e8bd commit d0a841f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
"myst_parser",
"myst_nb",
"sphinx.ext.intersphinx",
"sphinx_copybutton",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"cli": ["click", "click-completion", "click-log", "tabulate", "pyyaml"],
"code_style": ["flake8<3.8.0,>=3.7.0", "black", "pre-commit==1.17.0"],
"testing": ["coverage", "pytest>=3.6,<4", "pytest-cov", "pytest-regressions"],
"rtd": ["myst-nb~=0.2.1", "sphinx-copybutton", "pydata-sphinx-theme"],
"rtd": ["myst-nb~=0.7", "sphinx-copybutton", "pydata-sphinx-theme"],
},
zip_safe=True,
)

0 comments on commit d0a841f

Please sign in to comment.