Skip to content

Commit

Permalink
pinning sphinx version for doc environment until we fix jquery issue (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcfee authored Feb 17, 2023
1 parent 910d1ba commit 3608f17
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/environment-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies:
- pooch>=1.0.0
- packaging>=20.0
- matplotlib>=3.5
- sphinx>=5.1.0
- sphinx>=5.1.0,<6
- msgpack-python>=1.0
- sphinx-gallery>=0.10.1
- sphinx_rtd_theme>=1.0.0
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ v0.10

v0.10.0
-------
*rc0: 2023-02-07*
2023-02-20

New features
- `#1485`_ Added support for `"h"` (hours) and `"m"` (minutes) in `librosa.display.TimeFormatter`. *Vincent Lostanlen*
Expand Down
2 changes: 1 addition & 1 deletion librosa/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import importlib

short_version = "0.10"
version = "0.10.0rc1"
version = "0.10.0"


def __get_mod_version(modname):
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ librosa =
[options.extras_require]
docs =
numpydoc
sphinx != 1.3.1
sphinx != 1.3.1,<6
sphinx_rtd_theme==1.*
numba >= 0.51
matplotlib >= 3.3.0
Expand Down

0 comments on commit 3608f17

Please sign in to comment.