While I was trying to setup pagure doc mentioned here on local machine I got the following error:
➜ doc git:(master) make html sphinx-build -b html -d _build/doctrees . _build/html Running Sphinx v1.7.6 Configuration error: There is a programable error in your configuration file: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/config.py", line 161, in __init__ execfile_(filename, config) File "/usr/lib/python2.7/site-packages/sphinx/util/pycompat.py", line 150, in execfile_ exec_(code, _globals) File "/usr/lib/python2.7/site-packages/six.py", line 709, in exec_ exec("""exec _code_ in _globs_, _locs_""") File "<string>", line 1, in <module> File "conf.py", line 114, in <module> import cloud_sptheme as csp ImportError: No module named cloud_sptheme make: *** [Makefile:45: html] Error 2
Is it something missing in f29 ?
Build succeeded after I run the following cmd mentioned by FranciscoD :
sudo dnf install python-cloud-sptheme
Metadata Update from @rtarik: - Issue close_status updated to: Fixed - Issue status updated to: Closed (was: Open)