You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm sure this can be implemented rather easily. The template uses the title and titlesuffix Jinja variables, which I guess can be somehow set during the build process.
And there is a metatags variable which can probably be used for the description thing.
Our
.ipynb
files contain basic metadata that we want to embed in the eventual html in our sphinx-generated docs.As an example:
How can I accomplish this with
nbsphinx
?With nbconvert, I am able to use a custom template with the following lines in it
Is it possible to specify nbsphinx to use this template in my conf.py? Or is there a way to replicate this behavior in nbsphinx configuration?
Any other approaches you can recommend?
Thanks!
The text was updated successfully, but these errors were encountered: