On Sat, Sep 12, 2020, 2:32 PM bradley...@gmail.com <bradley.m.b...@gmail.com>
wrote:

>
> I am trying to figure out how to reproduce
>     make latexpdf
> with separate calls to first build the latex and then run pdflatex. I want
> to do this so I can directly modify the latex between the sphinx-build and
> pdflatex (to accomplish things that are not supported by sphinx).
>
> I am using
>     sphinx-build -b latex . _build/latex
>     cd _build/latex
>     pdflatex <project_value>.tex
> where <project_value> is the value of project in my conf.py. 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 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 sphinx-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/sphinx-users/3540f597-7857-46b8-878f-1ede81adedean%40googlegroups.com
> <https://groups.google.com/d/msgid/sphinx-users/3540f597-7857-46b8-878f-1ede81adedean%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
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 sphinx-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sphinx-users/CAELGjd-%2B5Ny2YqQx9Kytvn1t_shkwtjxrcfnmGw_9octVmqB1Q%40mail.gmail.com.

Reply via email to