Always depend on jupyter_sphinx in docs (#1429)

The constraint on `jupyter_sphinx` was originally added when Python 3.8
had only just come out, because at the time there were no wheels
available for it on Windows, or they were broken.  That is no longer the
case, so now all this constraint was doing was preventing a successful
documentation build on anything other than Python 3.7.

Co-authored-by: Matthew Treinish <mtreinish@kortar.org>
Co-authored-by: Hiroshi Horii <hhorii@users.noreply.github.com>
This commit is contained in:
Jake Lishman 2022-03-01 09:17:58 +00:00 committed by GitHub
parent db91e7dad3
commit d7ee352f83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,6 +10,6 @@ Sphinx>=1.8.3
sphinx-rtd-theme>=0.4.0
sphinx-tabs>=1.1.11
sphinx-automodapi
jupyter-sphinx;python_version<'3.8'
jupyter-sphinx
reno>=3.4.0
ddt>=1.2.0,!=1.4.0