Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=554464

--- Comment #13 from Toshio Ernie Kuratomi <[email protected]> 2010-06-15 
10:46:05 EDT ---
There's a conf.py file that configures sphinx.  In that file, set sys.path to
include the directory that has the pebl module in it.

I think this should::

vim docs/src/conf.py

 import sys, os
+
+ sys.path.insert(0, os.path.join(os.path.dirname(__file__), '..', '..'))

# If your extensions are in another directory, add it here.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to