spatialaudio / jackclient-python

🂻 JACK Audio Connection Kit (JACK) Client for Python :snake:
https://jackclient-python.readthedocs.io/
MIT License
132 stars 26 forks source link

Add 'sphinx_rtd_theme' to doc requirements #73

Closed SpotlightKid closed 4 years ago

SpotlightKid commented 4 years ago

With newer Sphinx versions you get the following error on python setup.py build_sphinx, if sphinx_rtd_theme is not installed explicitly:

Theme error:
sphinx_rtd_theme is no longer a hard dependency since version 1.4.0. Please install it manually.(pip install sphinx_rtd_theme)

Signed-off-by: Christopher Arndt chris@chrisarndt.de

mgeier commented 4 years ago

Thanks!