From 89f9fa37ae625be592d835d5a5fc6d3b16ab0f72 Mon Sep 17 00:00:00 2001 From: Paul Vincent Craven Date: Mon, 20 Apr 2020 11:44:20 -0500 Subject: [PATCH] Fix base URL for documentation. --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index bbda4494e..a7c19d263 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -232,7 +232,7 @@ # Output file base name for HTML help builder. htmlhelp_basename = 'Arcadedoc' -html_baseurl = 'http://arcade.academy/' +html_baseurl = 'https//arcade.academy/' # -- Options for LaTeX output ---------------------------------------------