Skip to content
Snippets Groups Projects
Commit bd80c67e authored by Spencer Williams's avatar Spencer Williams
Browse files

test the legacy link

parent 81e00931
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env bash
set -e
cd test-doc
# -n makes more warnings happen
# -W makes warnings into errors
# inventory just builds the inventory. it's the fastest builder.
make SPHINXOPTS='-n -W' clean html
......@@ -55,6 +55,9 @@ html_sidebars = {
'relations.html',
'sourcelink.html']
}
html_theme_options = {
'display_legacy_link': True
}
# -- Options for LaTeX output ------------------------------------------------
......
......@@ -9,7 +9,7 @@ analytics_domain =
use_search = True
use_global_toc = True
display_version = True
display_legacy_link = False
display_legacy_link =
footerbgcolor = #ffffff
footertextcolor = #1d1d1d
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment