From ae522229f0f42047ba290e6c8d9ec67c322a1174 Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Fri, 13 May 2022 17:54:14 +0200 Subject: [PATCH] doc: Update lightning.readthedocs.org project name after rebrand --- doc/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 8a5be9bdf..5ae4f97be 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- # -# c-lightning documentation build configuration file, created by +# core-lightning documentation build configuration file, created by # sphinx-quickstart on Thu Feb 1 00:24:47 2018. # # This file is execfile()d with the current directory set to its @@ -58,7 +58,7 @@ source_suffix = ['.rst', '.md'] master_doc = 'index' # General information about the project. -project = 'c-lightning' +project = 'core-lightning' author = 'Core Lightning Developers' copyright = datetime.now().strftime('2015 — %Y, {}'.format(author)) @@ -243,4 +243,4 @@ html_show_sourcelink = False # html_search_scorer = 'scorer.js' # Output file base name for HTML help builder. -htmlhelp_basename = 'c-lightningdoc' +htmlhelp_basename = 'core-lightningdoc'