|
From: Michael D. <md...@st...> - 2009-09-23 17:22:05
|
That file was moved. I think I had a lingering .pyc lying around which
is why it didn't fail on me. I have updated conf.py to import it from
the right place. Hopefully it's working now.
Cheers,
Mike
On 09/23/2009 10:09 AM, Sandro Tosi wrote:
> On Tue, Sep 22, 2009 at 16:21, Michael Droettboom<md...@st...> wrote:
>
>> On second look, I think it's the "--small" commandline option that breaks
>> this. I hadn't tested my recent changes to the plot directive with that
>> flag. The new version of make.py in SVN r7815 should fix this.
>>
> Thanks for your reply! I should have find it myself :)
>
> Anyhow, from a clean checked-out trunk, doc doesn't build:
>
> $ MATPLOTLIBDATA=../lib/matplotlib/mpl-data/
> PYTHONPATH=../build/lib.linux-x86_64-2.5/ ./make.py --small all
> Running Sphinx v0.6.2
> Exception occurred while building, starting debugger:
> Traceback (most recent call last):
> File "/usr/lib/pymodules/python2.5/sphinx/cmdline.py", line 171, in main
> warningiserror, tags)
> File "/usr/lib/pymodules/python2.5/sphinx/application.py", line 94,
> in __init__
> self.config = Config(confdir, CONFIG_FILENAME, confoverrides, self.tags)
> File "/usr/lib/pymodules/python2.5/sphinx/config.py", line 120, in __init__
> execfile(config['__file__'], config)
> File "/home/morph/deb/tmp/matplotlib/doc/conf.py", line 23, in<module>
> import ipython_console_highlighting
> ImportError: No module named ipython_console_highlighting
>
>> /home/morph/deb/tmp/matplotlib/doc/conf.py(23)<module>()
>>
> -> import ipython_console_highlighting
>
> indeed
>
> matplotlib/doc$ grep -ri ipython_console_highlighting *
> conf.py:import ipython_console_highlighting
> $
>
> Is that module benn {re.}moved?
>
> Regards,
>
|