codezonediitj / pydatastructs

A python package for data structures and algorithms
https://pydatastructs.readthedocs.io/en/stable/
Other
199 stars 270 forks source link

Version changes: sphinx and myst_nb #553

Closed Kishan-Ved closed 1 month ago

Kishan-Ved commented 2 months ago

Brief description of what is fixed or changed

Changed sphinx version to v5.0 from v4.2.0 As a consequence of the above, changed myst_nb version from v0.13.1 to v0.17.2 (as myst_nb v0..13.1 doesn't support sphinx v5.0)

Fixes: https://github.com/codezonediitj/pydatastructs/issues/552

Kishan-Ved commented 2 months ago

@czgdp1807 I believe these changes are good enough to fix https://github.com/codezonediitj/pydatastructs/issues/552. Please let me know.