[sphinx-dev] sidebars disappeared

2010-04-19 Thread mark
Hi Georg, I pulled 0.66 from the repository this morning. Now the sidebars disappeared. I tried to fix it with additional configurations but so far I had no luck. I created a new documentation with quickstart and this has no sidebars, too. here is the modified conf.py for the new configuration ..

[sphinx-dev] "Unexpected indentation." with no explainable cause

2010-04-19 Thread Erik Tollerud
I've been using sphinx w/ autodoc to generate documentation for a project (http://packages.python.org/Astropysics/), But I keep getting the following warning in one of my modules: /home/erik/src/astropysics/astropysics/models/__init__.py:docstring of astropysics.models:9: (ERROR/3) Unexpected inde

[sphinx-dev] [fyi] Sphinx-Users.jp is organized in Japan

2010-04-19 Thread SHIBUKAWA Yoshiki
I'm glad to notify this news to you. I and my friends have been preparing user's group in Japan. And today we uploaded to http://sphinx-users.jp I'd like to energize both Sphinx users and extension programmers via this community. Though community is Japanese only, outputs from community will be a

Re: [sphinx-dev] "Unexpected indentation." with no explainable cause

2010-04-19 Thread Michael Rule
I am also having that problem in some files. My temporary solution, since I do not have time to track it down, is to delete the offending documentation from the source and insert it into the compiled HTML manually after the fact. Not a very good solution. On Mon, Apr 19, 2010 at 4:54 AM, Erik Toll

Re: [sphinx-dev] "Unexpected indentation." with no explainable cause

2010-04-19 Thread Howard Butler
I am getting it too, though on older versions of sphinx + docutils, it doesn't happen, and I think it is because something has gotten more strict. I have also tried adjusting the offending docstring multiple ways, and I can't figure out *what* exactly it doesn't like about the indentation. I

[sphinx-dev] Re: "Unexpected indentation." with no explainable cause

2010-04-19 Thread Guenter Milde
On 2010-04-19, Howard Butler wrote: > I am getting it too, though on older versions of sphinx + docutils, it > doesn't happen, and I think it is because something has gotten more > strict. I have also tried adjusting the offending docstring multiple > ways, and I can't figure out *what* exactly it

Re: [sphinx-dev] Re: "Unexpected indentation." with no explainable cause

2010-04-19 Thread Max Battcher
Guenter Milde wrote: On 2010-04-19, Howard Butler wrote: I am getting it too, though on older versions of sphinx + docutils, it doesn't happen, and I think it is because something has gotten more strict. I have also tried adjusting the offending docstring multiple ways, and I can't figure out *

Re: [sphinx-dev] sidebars disappeared

2010-04-19 Thread TP
On Mon, Apr 19, 2010 at 4:10 AM, mark wrote: > Hi Georg, > > I pulled 0.66 from the repository this morning. Now the sidebars > disappeared. I tried to fix it with additional configurations but so > far I had no luck. I created a new documentation with quickstart and > this has no sidebars, too. >