From 4828b292002b8663380c94c0552152723f6c1fe1 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Thu, 13 Jun 2019 21:42:17 -0400 Subject: docs/conf.py: Rename 'browse source' -> 'Source'. --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 6151203..8f3d34e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -124,7 +124,7 @@ html_theme = 'alabaster' html_theme_options = { 'show_powered_by': False, 'extra_nav_links': { - 'browse source': 'https://notabug.org/rsd/lpschedule-generator', + 'Source': 'https://notabug.org/rsd/lpschedule-generator', 'Report Bugs': 'https://notabug.org/rsd/lpschedule-generator/issues' } } -- cgit v1.2.3