Skip to content

Commit

Permalink
Merge pull request #135 from BoxiLi/sphinx_version
Browse files Browse the repository at this point in the history
Upgrade the Sphinx version
  • Loading branch information
BoxiLi committed Mar 28, 2022
2 parents f0d3dff + a840063 commit 497fa2f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
numpy==1.21
scipy==1.5
scipy==1.7
qutip==4.6
cython==0.29
sphinx==3.5
sphinx==4.5
sphinx_rtd_theme==0.5.1
readthedocs-sphinx-search==0.1.0rc3
numpydoc==1.1
Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def qutip_qip_version():
# lots of functions/classes like qutip_qip.operations. However, pay
# attention that some api docs files are adjusted manually for better illustration
# and should not be overwritten.
# autosummary_generate = True
autosummary_generate = False
autosummary_imported_members = True

# -- Options for biblatex ---------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ package_dir=
packages = find:
include_package_data = True
install_requires =
numpy>=1.16.6,<=1.21
numpy>=1.16.6
scipy>=1.0
qutip>=4.6,<5
setup_requires =
Expand Down

0 comments on commit 497fa2f

Please sign in to comment.