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
docutils is explicitly needed to run the sphinx extension. Currently sphinx as well depend on docutils so it is not much of a problem if you are to use the extension, but we should add it as a dependency in setup.py (it is already listed in ci-requirements.txt).
An alternative, if we don't want to force people to install all dependencies of all extra functionalities of config suite unless they want them is to introduce extras in the project.
docutilsis explicitly needed to run the sphinx extension. Currently sphinx as well depend ondocutilsso it is not much of a problem if you are to use the extension, but we should add it as a dependency insetup.py(it is already listed inci-requirements.txt).An alternative, if we don't want to force people to install all dependencies of all extra functionalities of config suite unless they want them is to introduce
extrasin the project.