From b471d8cece7ae219ad747f67c70a70e8fc3173c9 Mon Sep 17 00:00:00 2001 From: Anthony Date: Tue, 6 Feb 2024 12:26:29 -0800 Subject: [PATCH] Fix site url (#257) --- pelicanconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pelicanconf.py b/pelicanconf.py index cadf5591..eff1b4d3 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -12,7 +12,7 @@ SITEURL = "" else: # This setting is needed to make the RSS/Atom feeds generate correctly - SITEURL = "https://https://about.readthedocs.com" + SITEURL = "https://about.readthedocs.com" TIMEZONE = 'US/Pacific' DEFAULT_LANG = 'en'