##// END OF EJS Templates
remove link for all pages
Coco Mishra -
Show More
@@ -6,6 +6,7 b' docs/man/*.gz'
6 6 docs/source/api/generated
7 7 docs/source/config/options
8 8 docs/source/config/shortcuts/*.csv
9 docs/source/savefig/
9 10 docs/source/interactive/magics-generated.txt
10 11 docs/gh-pages
11 12 jupyter_notebook/notebook/static/mathjax
@@ -38,11 +38,7 b' else:'
38 38 html_theme = "sphinx_rtd_theme"
39 39 html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
40 40
41 html_context = {
42 "display_github": False, # Add 'Edit on Github' link instead of 'View page source'
43 "last_updated": True,
44 "commit": False,
45 }
41 html_show_sourcelink = False
46 42
47 43 # If your extensions are in another directory, add it here. If the directory
48 44 # is relative to the documentation root, use os.path.abspath to make it
General Comments 0
You need to be logged in to leave comments. Login now