Loading docs/source/conf.py +8 −0 Original line number Original line Diff line number Diff line Loading @@ -34,3 +34,11 @@ html_theme = 'sphinx_rtd_theme' # -- Options for EPUB output # -- Options for EPUB output epub_show_urls = 'footnote' epub_show_urls = 'footnote' # -- Adding special navigation html_theme_options = { "external_links": [ {"name": "link-one-name", "url": "https://<link-one>"}, {"name": "link-two-name", "url": "https://<link-two>"} ] } No newline at end of file Loading
docs/source/conf.py +8 −0 Original line number Original line Diff line number Diff line Loading @@ -34,3 +34,11 @@ html_theme = 'sphinx_rtd_theme' # -- Options for EPUB output # -- Options for EPUB output epub_show_urls = 'footnote' epub_show_urls = 'footnote' # -- Adding special navigation html_theme_options = { "external_links": [ {"name": "link-one-name", "url": "https://<link-one>"}, {"name": "link-two-name", "url": "https://<link-two>"} ] } No newline at end of file