While trying to generate the PDF documentation of a Sphinx project, I get this:
! LaTeX Error: File `titlesec.sty' not found.
Type X to quit or <RETURN> to proceed,
or enter new name. (Default extension: sty)
Enter file name:
I have installed the textlive package.
$ sudo pacman -S texlive-formatsextra
– Kaisership