File "conf.py", line 17, in
ImportError: No module named sphinx_bootstrap_theme
Following is text in "sphinx-err-OyWMn8.log"
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/sphinx/cmdline.py", line 243, in main
opts.warningiserror, opts.tags, opts.verbosity, opts.jobs)
File "/usr/local/lib/python2.7/dist-packages/sphinx/application.py", line 137, in init
confoverrides or {}, self.tags)
File "/usr/local/lib/python2.7/dist-packages/sphinx/config.py", line 292, in init
execfile_(filename, config)
File "/usr/local/lib/python2.7/dist-packages/sphinx/util/pycompat.py", line 130, in execfile_
exec_(code, _globals)
File "/usr/local/lib/python2.7/dist-packages/six.py", line 699, in exec_
exec("""exec _code_ in _globs_, _locs_""")
File "
File "conf.py", line 17, in
ImportError: No module named sphinx_bootstrap_theme
Solved!!!
Typed in the following line and all is well. The dollar sign is the prompt (not typed-in).
$ pip install sphinx_bootstrap_theme
Most helpful comment
Solved!!!
Typed in the following line and all is well. The dollar sign is the prompt (not typed-in).
$ pip install sphinx_bootstrap_theme