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
{{ message }}
This repository was archived by the owner on Oct 14, 2023. It is now read-only.
In the docs/source/conf.py there exists a duplicated extension: sphinx.ext.mathjax.
💡 Solution
Simply remove one of the two lines; we are importing twice the extension... This can be an easy issue for new GSOC aspirants to know how to proceed and the issue/pull-request workflow 🚀
🪲 About the issue
In the
docs/source/conf.pythere exists a duplicated extension:sphinx.ext.mathjax.💡 Solution
Simply remove one of the two lines; we are importing twice the extension... This can be an easy issue for new GSOC aspirants to know how to proceed and the issue/pull-request workflow 🚀