Re: [dpdk-dev] [PATCH] doc: fix sphinx rtd theme import in GHA

2021-04-01 Thread Thomas Monjalon
01/04/2021 22:37, Aaron Conole: > David Marchand writes: > > > If the rtd theme is available, passing it by name is enough to select > > it. Sphinx itself recognises the "sphinx_rtd_theme" name as a special > > case and tries to find its path automatically. > > > > On the other hand, passing a ht

Re: [dpdk-dev] [PATCH] doc: fix sphinx rtd theme import in GHA

2021-04-01 Thread Aaron Conole
David Marchand writes: > If the rtd theme is available, passing it by name is enough to select > it. Sphinx itself recognises the "sphinx_rtd_theme" name as a special > case and tries to find its path automatically. > > On the other hand, passing a html_theme_path makes sphinx parse all > themes

[dpdk-dev] [PATCH] doc: fix sphinx rtd theme import in GHA

2021-04-01 Thread David Marchand
If the rtd theme is available, passing it by name is enough to select it. Sphinx itself recognises the "sphinx_rtd_theme" name as a special case and tries to find its path automatically. On the other hand, passing a html_theme_path makes sphinx parse all themes availables in this path, which in so