HI, a bit late perhaps, but let me explain: On Saturday, 12 September 2020 23:32:02 UTC+2, [email protected] wrote: > > When I do this I get the error message > No file <project_value>.ind > and the index is missing from my pdf. > > What am I missing here ? > You were missing the index file, (<project_value>.ind ), that you need to generate manually after you launched (twice) pdflatex <project_value>.tex. After that, you will need to run once more pdflatex <project_value>.tex to obtain the final pdf. By simply running `make` from build/latex, all these steps will be done automatically.
HTH, Stefano -- You received this message because you are subscribed to the Google Groups "sphinx-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sphinx-users/9cee234c-9344-44c8-be82-737f21e5e761o%40googlegroups.com.
