From a4cb328087e11cad15ec784418a8cdf04e2cc5db Mon Sep 17 00:00:00 2001
From: Antonio Augusto Alves Junior <aalvesju@gmail.com>
Date: Thu, 10 Jun 2021 00:42:00 +0200
Subject: [PATCH] Update conf.py

---
 documentation/conf.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/documentation/conf.py b/documentation/conf.py
index 8df488166..b0a15a6f2 100644
--- a/documentation/conf.py
+++ b/documentation/conf.py
@@ -27,6 +27,7 @@ def configureDoxyLayout(template_file, output_file, page_url, page_tile):
 
 read_the_docs_build = os.environ.get('READTHEDOCS', None) == 'True'
 build_version = os.environ.get('READTHEDOCS_VERSION', None)
+breathe_projects = {}
 
 doc_url = 'https://corsika-8.readthedocs.io/en/'+build_version
 
-- 
GitLab