Ok,
after have been working all the day  (also googled a lot...) I don't find 
any direction to follow. I re-update the index.rst (modified)
________________________________ 

> ##########
> part 1
> ##########
>
> **********
> chap 1.1
> **********
>
> sect 1.1.1
> ==========
>
> sub sect 1.1.1.1
> -------------------------
>
> subsub 1.1.1.1.1
> ^^^^^^^^^^^^^^^^^
>
> SUB-SUB-SUB 1.1.1.1.1
> @@@@@@@@@@@@@@@@@@@@@@
> _____________________
>


and this is (part of) the .tex produced by the command

make latex  
______________________________________________
\begin{document}

\maketitle
\tableofcontents
\phantomsection\label{index::doc}



\part{cap 1.1}
\label{index:parte-1}\label{index:cap-1-1}

\chapter{sez 1.1.1}
\label{index:sez-1-1-1}

\section{sottosez 1.1.1.1}
\label{index:sottosez-1-1-1-1}

\subsection{subsub 1.1.1.1.1}
\label{index:subsub-1-1-1-1-1}

\subsubsection{SUB-SUB-SUB 1.1.1.1.1}
\label{index:sub-sub-sub-1-1-1-1-1}


\renewcommand{\indexname}{Index}
\printindex
\end{document}
____________________________________

why do this happen?

Renato

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/sphinx-dev/-/Mryo0BJ5w7MJ.
To post to this group, send email to sphinx-dev@googlegroups.com.
To unsubscribe from this group, send email to 
sphinx-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en.

Reply via email to