salesforce / logai

LogAI - An open-source library for log analytics and intelligence
BSD 3-Clause "New" or "Revised" License
393 stars 58 forks source link

Unable to build documentation using default Sphinx selection #59

Open braxtonj opened 1 year ago

braxtonj commented 1 year ago

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 specify sphinx==6.2.1 as they suggest

braxtonj commented 1 year ago

Created PR 60