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
There are some Python 2-isms in conf.py which are easily fixed, but some of the Sphinx plugins seem like more work (e.g. CommentEater uses the compiler module that was removed under Python 3).
There are some Python 2-isms in
conf.pywhich are easily fixed, but some of the Sphinx plugins seem like more work (e.g.CommentEateruses thecompilermodule that was removed under Python 3).