diff --git a/sphinx/conf.py b/sphinx/conf.py index d938f13ca..af1a96918 100644 --- a/sphinx/conf.py +++ b/sphinx/conf.py @@ -186,7 +186,7 @@ latex_show_pagerefs = True # If true, show URL addresses after external links. latex_show_urls = 'inline' -# Don't link RST source page. +# Link to RST source page. html_show_sourcelink = True # Add a custom css file to make tables wrap correctly. html_css_files = ['custom.css']