While I was trying to build the doc in the local clone of pagure mentioned here 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