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 has been archived by the owner on Sep 3, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
docutils
is explicitly needed to run the sphinx extension. Currently sphinx as well depend ondocutils
so 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
extras
in the project.The text was updated successfully, but these errors were encountered: