Re: [sphinx-users] pdf-builder Adobe Compatibility

2015-09-21 Thread gilberto dos santos alves
hi. please what version of acrobat and language are you trying to run? what is your operational system and your locale (example: en-GB, en-US, etc) 32 or 64 bits? what windows xp, vista, 7, 8, 8.1 what service pack. Please with this information our answers is more easy. if possible post url of your

[sphinx-users] Pdfbuilder Adobe Compatibility

2015-09-21 Thread Yahya M
Hi, I have a problem when I try to build a pdf, using pdf builder (rst2pdf). the generation is successful but still can't be read by Adobe Reader or Acrobat, I can open it with Foxit Reader with no problem. When I try to open with Adobe I get an Error 14 (Une erreur est survenue à la lecture de

Re: [sphinx-users] How to get started with graphviz?

2015-09-21 Thread DavidA
C:\PythonDocs>dot -v dot - graphviz version 2.38.0 (20140413.2041) libdir = "C:\Program Files (x86)\Graphviz2.38\bin" Activated plugin library: gvplugin_dot_layout.dll Using layout: dot:dot_layout Activated plugin library: gvplugin_core.dll Using render: dot:core Using device: dot:dot:core The plug

Re: [sphinx-users] How to get started with graphviz?

2015-09-21 Thread DavidA
I see: C:\PythonDocs>dot -v dot - graphviz version 2.38.0 (20140413.2041) libdir = "C:\Program Files (x86)\Graphviz2.38\bin" Activated plugin library: gvplugin_dot_layout.dll Using layout: dot:dot_layout Activated plugin library: gvplugin_core.dll Using render: dot:core Using device: dot:dot:core

[sphinx-users] pdf-builder Adobe Compatibility

2015-09-21 Thread Yahya M
Hi, I have a problem when I try to build a pdf, using pdf builder (rst2pdf). the generation is successful but still can't be read by Adobe Reader or Acrobat, I can open it with Foxit Reader with no problem. When I try to open with Adobe I get an Error 14 (Une erreur est survenue à la lecture de

Re: [sphinx-users] How to get started with graphviz?

2015-09-21 Thread Andrew Ball
What happens when you try to run "dot -v" on the same command line where you run Sphinx? On Mon, Sep 21, 2015 at 3:31 AM, DavidA wrote: > Thanks for your answer. I installed graphviz on Windows and added this to > my path: > > "C:\Program Files (x86)\Graphviz2.38\bin" > > In conf.py I have: > >

[sphinx-users] Linking to exception class when using the "raises" directive

2015-09-21 Thread Damien Montigny
Hi everyone, I am a new user of Sphinx so my question may not be accurate as I have not read the entire doc yet (but I read quite a lot). I am documenting Python code. >From this page http://sphinx-doc.org/domains.html#domains, I can do this : *Info field lists* *New in version 0.4.* *Inside

Re: [sphinx-users] How to get started with graphviz?

2015-09-21 Thread DavidA
Thanks for your answer. I installed graphviz on Windows and added this to my path: "C:\Program Files (x86)\Graphviz2.38\bin" In conf.py I have: extensions = [ 'sphinx.ext.autodoc', 'sphinx.ext.todo', 'sphinx.ext.viewcode', 'sphinx.ext.napoleon', 'sphinx.ext.graphviz' ] but