Hi!
On 06/30/2010 02:52 PM, W. Trevor King wrote:
> On Wed, Jun 30, 2010 at 02:09:10PM +0200, Andreas Ostermann wrote:
>>[...]
>> so I wanted to get the sources directly from the git repository, but
>> after make and make install:
>>
>> a...@farnsworth:~/workspace/be$ make install
>> ...
>> make -C doc html
>> make[1]: Entering directory `/home/ao/workspace/be/doc'
>> python generate-libbe-txt.py
>> sphinx-build -b html -d .build/doctrees . .build/html
>> Running Sphinx v0.6.4
>
> You don't actually need to build the docs to use BE. If you comment
> out the doc dependency in the Makefile:
> -install: build doc
> +install: build # doc
> installation should work fine. The install target doesn't actually
> install the docs anyway, and they're online at
> http://docs.bugseverywhere.org/
> That said, you should be able to build them if you want.
is running now, however, not building the doc results in:
error: can't copy 'doc/man/be.1': doesn't exist or not a regular file
make: *** [install] Error 1
it's ok for me, I can try be now and I use the doc on the web, I just
wanted to mentioned it.
For building the doc, I tried this:
> [...]
> If you don't want general access and only want BE to find those
> modules, edit doc/conf.py:
> sys.path.insert(0, os.path.abspath('..'))
> +sys.path.insert(0, '/usr/share/doc/python-chaco/source/sphinxext/')
> [...]
resulting in a new error:
Running Sphinx v0.6.4
/usr/lib/pymodules/python2.6/pygments/plugin.py:39: UserWarning: Module
pygments was already imported from
/usr/lib/pymodules/python2.6/pygments/__init__.py, but
/usr/lib/pymodules/python2.6 is being added to sys.path
import pkg_resources
loading pickled environment... not found
building [html]: targets for 72 source files that are out of date
updating environment: 72 added, 0 changed, 0 removed
reading sources... [ 13%] libbe/libbe.bug
Sphinx error:
'ascii' codec can't encode character u'\xe7' in position 201: ordinal
not in range(128)
make[1]: *** [html] Error 1
make[1]: Leaving directory `/home/ao/workspace/be/doc'
make: *** [sphinx] Error 2
brgds,
AO
_______________________________________________
Be-devel mailing list
[email protected]
http://void.printf.net/cgi-bin/mailman/listinfo/be-devel