Commit dd366d23 authored by carmelo magnafico's avatar carmelo magnafico
Browse files

Configuring navbar

parent 47e1209d
Loading
Loading
Loading
Loading
+8 −0
Original line number Original line Diff line number Diff line
@@ -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