From 10ce4af1eaf95a27daf2c21cb3e2848b200ebf45 Mon Sep 17 00:00:00 2001 From: Robert Raposa Date: Tue, 24 Nov 2020 16:59:52 -0500 Subject: [PATCH] capitalize technical reference title Capitalize the title of the "edx-platform Technical Reference" documentation. --- docs/technical/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/technical/conf.py b/docs/technical/conf.py index cafdfc9e75..b7096fe89d 100644 --- a/docs/technical/conf.py +++ b/docs/technical/conf.py @@ -8,7 +8,7 @@ import git # -- Project information ----------------------------------------------------- -project = "edx-platform technical reference" +project = "edx-platform Technical Reference" copyright = edx_theme.COPYRIGHT # pylint: disable=redefined-builtin author = edx_theme.AUTHOR release = ""