From a229089f609cefbcd023e2291fa6c397088c7f7c Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Thu, 13 Jun 2019 21:40:16 -0400 Subject: docs/conf.py: Add 'Report Bugs' link. --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index dd6e68a..ccfc00b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -124,6 +124,7 @@ html_theme = 'alabaster' html_theme_options = { 'extra_nav_links': { 'browse source': 'https://notabug.org/rsd/lpschedule-generator', + 'Report Bugs': 'https://notabug.org/rsd/lpschedule-generator/issues' } } -- cgit v1.2.3