This is due to an error in the conf.py file you're using; it appears that
line 13 reads "  from mongodb_docs_meta import VersionMeta " which Python
can't find. Fix this and Sphinx won't crash.

On Wed, Jun 13, 2012 at 6:29 AM, ahyong <ayon....@gmail.com> wrote:

> >make html
> makefile:159: warning: overriding commands for target `../public-docs'
> makefile:138: warning: ignoring old commands for target `../public-
> docs'
> sphinx-build -b html -q -d build/doctrees  -c ./ source build/html
>
> Exception occurred:
>  File "/Users/xxx/docs/conf.py", line 13, in <module>
>    from mongodb_docs_meta import VersionMeta
> ImportError: No module named mongodb_docs_meta
> The full traceback has been saved in /tmp/sphinx-err-sAs1sn.log, if
> you want to report the issue to the developers.
> Please also report this if it was a user error, so that a better error
> message can be provided next time.
> Either send bugs to the mailing list at <http://groups.google.com/
> group/sphinx-dev/>,
> or report them in the tracker at <http://bitbucket.org/birkenfeld/
> sphinx/issues/>. Thanks!
> make: *** [html] Error 1
>
>
> /tmp/sphinx-err-sAs1sn.log:
>
>  Sphinx version: 1.1.3
> # Python version: 2.7.1
> # Docutils version: 0.9 release
> # Jinja2 version: 2.6
> Traceback (most recent call last):
>  File "/Library/Python/2.7/site-packages/Sphinx-1.1.3-py2.7.egg/
> sphinx/cmdline.py", line 188, in main
>    warningiserror, tags)
>  File "/Library/Python/2.7/site-packages/Sphinx-1.1.3-py2.7.egg/
> sphinx/application.py", line 102, in __init__
>    confoverrides or {}, self.tags)
>  File "/Library/Python/2.7/site-packages/Sphinx-1.1.3-py2.7.egg/
> sphinx/config.py", line 216, in __init__
>    exec code in config
>  File "/Users/xxxx/docs/conf.py", line 13, in <module>
>    from mongodb_docs_meta import VersionMeta
> ImportError: No module named mongodb_docs_meta
>
> --
> You received this message because you are subscribed to the Google Groups
> "sphinx-dev" group.
> To post to this group, send email to sphinx-dev@googlegroups.com.
> To unsubscribe from this group, send email to
> sphinx-dev+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/sphinx-dev?hl=en.
>
>


-- 
Bryan A. Jones, Ph.D.
Associate Professor
Department of Electrical and Computer Engineering
231 Simrall / PO Box 9571
Mississippi State University
Mississippi state, MS 39762
http://www.ece.msstate.edu/~bjones
bjones AT ece DOT msstate DOT edu
voice 662-325-3149
fax 662-325-2298

Our Master, Jesus Christ, is on his way. He'll show up right on
time, his arrival guaranteed by the Blessed and Undisputed Ruler,
High King, High God.
- 1 Tim. 6:14b-15 (The Message)

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To post to this group, send email to sphinx-dev@googlegroups.com.
To unsubscribe from this group, send email to 
sphinx-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en.

Reply via email to