Skip to content

Commit

Permalink
bump sphinx and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kandersolar committed Apr 26, 2022
1 parent a5eeffb commit 02f1de6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/sphinx/source/changelog/pending.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ Requirements
* Bump ``ipython==7.16.3``, ``jupyter-console==6.4.0``,
and ``prompt-toolkit==3.0.27`` in ``docs/notebook_requirements.txt``
and bump ``Pillow==9.0.0`` in ``requirements.txt`` (:pull:`314`)
* Bump ``nbsphinx`` version from 0.8.5 to 0.8.8 in the optional
``[doc]`` requirements (:pull:`317`)
* Bump ``sphinx`` version from 3.2 to 4.5 and ``nbsphinx`` version
from 0.8.5 to 0.8.8 in the optional ``[doc]`` requirements (:pull:`317`, :pull:`325`)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

EXTRAS_REQUIRE = {
'doc': [
'sphinx==3.2',
'sphinx==4.5.0',
'nbsphinx==0.8.8',
'nbsphinx-link==1.3.0',
'sphinx_rtd_theme==0.5.2',
Expand Down

0 comments on commit 02f1de6

Please sign in to comment.