Re: [sphinx-users] Intersphinx: referencing typing.X

2020-03-05 Thread Zaur Nasibov
Thank you very much! I'll post a detailed issue on Github during the weekend. On Sunday, 1 March 2020 16:03:30 UTC+2, Komiya Takeshi wrote: > > Hi, > > Good point. Indeed, Sphinx expects given type in :param: > info-field-list is a kind of classes. So it would not work for > :py:data: objects.

[sphinx-users] Re: One author per line in latex output?

2020-03-05 Thread jfbu
Hi, Maybe https://github.com/matplotlib/matplotlib/pull/15799 will help you it gives a particular meaning to LaTeX's \and (you need \\and in a Python string) to get one author per line Thanks, Jean-François Le 05/03/2020 à 14:16, Komiya Takeshi a écrit : Hi, How about using `latex_document

Re: [sphinx-users] One author per line in latex output?

2020-03-05 Thread Komiya Takeshi
Hi, How about using `latex_document`? It accepts LaTeX macros for authors. https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-latex_documents Thanks, Takeshi KOMIYA 2020年3月2日(月) 23:58 Angel de Vicente : > > Hi, > > I would like to give in author variable (conf.py) a list of a

Re: [sphinx-users] embed javascript in html?

2020-03-05 Thread Komiya Takeshi
Hi, You can embed JavaScript into HTML files directly using `Sphinx.add_js_file()` API. https://www.sphinx-doc.org/en/master/extdev/appapi.html#sphinx.application.Sphinx.add_js_file Thanks, Takeshi KOMIYA 2020年3月3日(火) 10:20 Nadia Pranabudi : > > Hi! > > Rather than creating external javascript f