I've followed the instructions in README.md to build the documentation for the first time but I encountered the following error after entering the make command:
ImportError: The 'enchant' C library was not found and maybe needs to be installed.
I installed echant library using this command sudo apt-get install libenchant1c2a which solved the error above but this time another error appeared:
Extension error:
Could not import extension sphinxexts.taglist (exception: cannot import name 'NoUri' from 'sphinx.environment' (/home/mp/.local/lib/python3.8/site-packages/sphinx/environment/__init__.py))
I've followed the instructions in README.md to build the documentation for the first time but I encountered the following error after entering the
makecommand:I installed echant library using this command
sudo apt-get install libenchant1c2awhich solved the error above but this time another error appeared: