RemovedInSphinx20Warning occurred with sphinx-1.8.2
Created originally on Bitbucket by Anonymous
I got a deprecated warning as below.
#!bash
$ pip freeze | egrep "(Sphinx|cloud)"
cloud-sptheme==1.9.4
Sphinx==1.8.2
$ make html
...
path/.virtualenvs/sphinx3/lib/python3.7/site-packages/sphinx/theming.py:248: RemovedInSphinx20Warning: ``sphinx_themes`` entry point is now deprecated. Please use ``sphinx.html_themes`` instead.
RemovedInSphinx20Warning)
According to http://www.sphinx-doc.org/en/master/theming.html#distribute-your-theme-as-a-python-package , sphinx_themes
entry_points has been deprecated.
Deprecated since version 1.6: sphinx_themes entry_points has been deprecated.
Could you update entry_points settings.