[GRASS-dev] sphinx python documentation
Pietro
peter.zamb at gmail.com
Fri Jun 13 05:18:09 PDT 2014
On Fri, Jun 13, 2014 at 1:59 PM, Pietro <peter.zamb at gmail.com> wrote:
> I'm trying to build the docs with: make sphinxdoc , I think the
> problem is that on my system the default python interpreter is
> python3
Solved using the follow command:
{{{
$ make SPHINXBUILD=sphinx-build2 sphinxdoc
}}}
But in include/Make/Sphinx.make you already set the SPHINXBUILD
variable to sphin-build2 if available... so why do I need to set the
variable again?
More information about the grass-dev
mailing list