On Tue, 13 Jul 2021 at 10:22, yashoda saisree <[email protected]> wrote: > > I am new to sphinx documentation. I am trying to do one today. I am > successfully able to create build folder but when i tried to give 'make html' > it pops this error- > > C:\Users\Z0049YKJ\build> make html > Running Sphinx v4.1.0 > loading translations [English]... not available for built-in messages > > Extension error: > Could not import extension sphinx.builders.epub3 (exception: cannot import > name 'RemovedInSphinx40Warning' from 'sphinx.deprecation' > (c:\users\z0049ykj\anaconda3\lib\site-packages\sphinx\deprecation.py)) >
This is an issue with the 4.1 release - see https://github.com/sphinx-doc/sphinx/issues/9434 . Upgrading the sphinxcontrib packages, as described in https://github.com/sphinx-doc/sphinx/issues/9434#issuecomment-878220474 should solve this. -- Neil Muller -- You received this message because you are subscribed to the Google Groups "sphinx-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sphinx-users/CAPzz3ha0x3g%3DSUq6VBB9vhkjO2y4hK%2Bu-y6duO4PWnC%3DOHr5FA%40mail.gmail.com.
