[Live-demo] Sphinx errors
activityworkshop
mail at activityworkshop.net
Sun Oct 10 16:24:01 PDT 2010
Cameron Shorter wrote:
> What you are describing doesn't sound right.
> What operating system are you running on? How did you download and run
> sphinx?
I'm using Debian Lenny, and I got sphinx by following the instructions at:
https://svn.osgeo.org/osgeo/livedvd/gisvm/trunk/doc/README.txt
Which means installing with aptitude install python-sphinx and calling
it using:
cd doc/en/overview
mkdir -p _build/html
make html
>> <snip>
>> when I
>> checkout the rst files for the overview and run sphinx on them, I get a
>> load of warnings like this:
>> WARNING: /doc/en/overview/overview.rst:12: (ERROR/3) Unknown interpreted
>> text role "doc".
>> WARNING: /doc/en/overview/overview.rst:: (WARNING/2) Duplicate explicit
>> target name: "quickstart".
>>
>> and these errors and warnings also get included in the output html files
>> as big orange boxes all over the page. Is there some step I missed for
>> this or am I using an outdated version of sphinx or something? (Mine
>> says 0.4.2)
>>
>> When I try to do the same for the quickstart it doesn't work at all, it
>> just says:
>> Could not import extension sphinx.ext.intersphinx (exception: No module
>> named intersphinx)
>> Again, am I missing something here?
More information about the Osgeolive
mailing list