Skip to content

Commit

Permalink
Be modern
Browse files Browse the repository at this point in the history
  • Loading branch information
alkino committed Jun 20, 2023
1 parent cb5daa4 commit 7ffaa79
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
"myst_parser==1.0.0",
"myst_parser",
"nbsphinx",
"sphinx.ext.autodoc",
"sphinx.ext.coverage",
Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,14 +117,14 @@ def run(self, *args, **kwargs):
"jinja2>=2.9.3",
"jupyter-client",
"jupyter",
"myst_parser==1.0.0",
"myst_parser",
"mistune<3", # prevents a version conflict with nbconvert
"nbconvert",
"nbsphinx>=0.3.2",
"pytest>=3.7.2",
"sphinxcontrib-applehelp<1.0.3",
"sphinxcontrib-htmlhelp<=2.0.0",
"sphinx<6",
"sphinxcontrib-applehelp",
"sphinxcontrib-htmlhelp",
"sphinx<=7", # myst_parser 2.0.0 only support sphinx >=6 <=7
"sphinx-rtd-theme",
]
+ install_requirements,
Expand Down

0 comments on commit 7ffaa79

Please sign in to comment.