Modify latex templates through an sphinx theme #12732
Unanswered
SebastianGode
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to modify those table templates through a sphinx theme: https://github.com/sphinx-doc/sphinx/blob/master/sphinx/templates/latex/tabulary.tex.jinja
However the official documentation is a bit short when it comes to describing how to do that.

At the bottom of this page https://www.sphinx-doc.org/en/master/latex.html it writes the following:
Now I don't want to do this on project base, but on theme (extension) base, so that all projects have the same modifications to those templates automatically. How can I do this? Where does sphinx look for this template folder?
Beta Was this translation helpful? Give feedback.
All reactions