Open braxtonj opened 1 year ago
When running sh build_docs.sh, am finding the the following error (MacOS Ventura):
sh build_docs.sh
Theme error: An error happened in rendering the page develop. Reason: UndefinedError("'style' is undefined")
Digging a bit, seems to be due to incompatibility with Sphinx 7.0 as found in this kivy issue
To fix, modified the docs/requirements.txt to specify sphinx==6.2.1 as they suggest
docs/requirements.txt
sphinx==6.2.1
Created PR 60
When running
sh build_docs.sh
, am finding the the following error (MacOS Ventura):Theme error: An error happened in rendering the page develop. Reason: UndefinedError("'style' is undefined")
Digging a bit, seems to be due to incompatibility with Sphinx 7.0 as found in this kivy issue
To fix, modified the
docs/requirements.txt
to specifysphinx==6.2.1
as they suggest