Re: [Graphviz] building doc with Python3
Robin Dunn <[email protected]>
| Newsgroups | gmane.comp.python.wxpython.devel |
|---|---|
| Message-ID | <[email protected]> |
[email protected] wrote: > On 2015-02-24 19:10 Robin Dunn<[email protected]> wrote: >>> "b"Warning:<stdin>: syntax error in line 6 near ','\n" > > Found the problem and beside of it a dot-bug with it. The bug is still > fixed in the current dot-version (but my ubuntu is to old). > > There are more than one font names. But there is no " around them. > e.g. font=Arial, Helvetica, ... > should be > font="Arial, Helvetica, ..." > > Then it works from there on. But I ask myself why this script work for > other people? Maybe the newest dot-version (2.38) handle this without > problems instead of my 2.36 (in Ubuntu 14.04.2). Anyway this is fixed... > > Another "problem". The build script and sphinx run without (any from me > noticed) errors. There are some html-files generated but I miss e.g. > the classes. > e.g. the core classes are missing, they are missing in the index and in > the search result > > That is the short output of the build including a module list. Maybe you > can see better that something is missing in that list? > > user@MONSTER:~/share/work/Phoenix$ python3 ./build.py wxlib sphinx You also need to run the dox command and the etg command (without the --nodoc flag) in order to get the files that the sphinx command will process. And since the wx.lib files are imported as part of the docstring scan you will need to have a built wxPython in place, so you will need to have run the build command at least once in the past. For the record, this is the build.py command line run by the buildbot slave building the documentation and source: cmd = 'python -u build.py %s setrev dox touch etg sip build wxlib wxtools wxpy ' \ 'sphinx docs_bdist sdist --upload' % pyVer -- Robin Dunn Software Craftsman http://wxPython.org -- You received this message because you are subscribed to the Google Groups "wxPython-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.