You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I inspected the the action logs and it seems that you use a different way to build the docs there than stated in CONTRIBUTING.md. There, it says to do the following:
🐛 Bug
I am trying to build the docs. When running
make docs
, I get the first error:I fixed this by commenting out the
transformers >4.4.0, <4.40.0
requirement in requirements/text.txt.Next, it is difficult to figure out how to install the
lai-sphinx-theme
package. I fixed this by looking at the pytorch-lightning Makefile:Now, I get a sphinx error when running
make docs
(i tried both Python 3.8 and 3.10, with the same result):To Reproduce
make docs
Expected behavior
No errors
Environment
The text was updated successfully, but these errors were encountered: