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
Looks like setuptools<>sphinx integration does not work.
+ /usr/bin/python3 setup.py build_sphinx -b man --build-dir build/sphinxrunning build_sphinxRunning Sphinx v4.3.2Configuration error:config directory doesn't contain a conf.py file (/home/tkloczko/rpmbuild/BUILD/pyproject-parser-0.4.2)
All because docuemntation source is stored in doc-source/ when setuptools<>sphinx integration by default is looking for docs/conf.py.
Thre are two possible solutions:
Looks like setuptools<>sphinx integration does not work.
All because docuemntation source is stored in doc-source/ when setuptools<>sphinx integration by default is looking for docs/conf.py.
Thre are two possible solutions:
https://www.sphinx-doc.org/en/master/usage/advanced/setuptools.html
The text was updated successfully, but these errors were encountered: