codezonediitj / pydatastructs

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

Version error [Build Documentation check fails] #552

Closed Kishan-Ved closed 1 month ago

Kishan-Ved commented 2 months ago

Description of the problem

Build Documentation check does not pass due to the following error.

Run sphinx-build -b html docs/source/ docs/build/html
Running Sphinx v4.2.0

Sphinx version error:
The sphinxcontrib.applehelp extension used by this project needs at least Sphinx v5.0; it therefore cannot be built with this version.
Error: Process completed with exit code 2.

Example of the problem

Please check the failing action here: https://github.com/codezonediitj/pydatastructs/actions/runs/8675549009/job/23789087032

How to fix

This can be corrected by changing the Sphinx version to v5.0.