From cb51efc8f535d4a9eb3eecdb04f52a08e408d920 Mon Sep 17 00:00:00 2001 From: Michael Jonathan Lee Date: Sat, 14 Dec 2024 10:08:54 +0000 Subject: [PATCH] enure .nojekyll file is present for github pages --- docs/config/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/config/conf.py b/docs/config/conf.py index cc11d656..0fe0f892 100644 --- a/docs/config/conf.py +++ b/docs/config/conf.py @@ -79,6 +79,7 @@ def get_doxygen_xml_dir() -> Path: extensions = [ 'sphinxcontrib.youtube', 'breathe', + 'sphinx.ext.githubpages' # 'tbdtools.tbd_sphinx', ]