From d242a275e7d0db7a5dc42802076e12a34f6cbd77 Mon Sep 17 00:00:00 2001 From: Freddy Heppell Date: Fri, 31 Jan 2025 11:55:40 +0000 Subject: [PATCH] Fix docs git branch (#66) * Fix docs git branch * Try RtD repo inference * Revert "Try RtD repo inference" This reverts commit da7172c9b7dcb5710155f6d8227d0371e3671a5c. --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 2f623d8..7d3192b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -56,7 +56,7 @@ ] html_theme_options = { 'source_repository': _gh_root, - 'source_branch': 'master', + 'source_branch': 'main', 'source_directory': 'docs/' } html_baseurl = os.environ.get("READTHEDOCS_CANONICAL_URL", "https://usp-dummy.gate.ac.uk/") @@ -90,4 +90,4 @@ copybutton_exclude = '.linenos' copybutton_prompt_text = r">>> |\.\.\. |\$ |In \[\d*\]: | {2,5}\.\.\.: | {5,8}: " -copybutton_prompt_is_regexp = True \ No newline at end of file +copybutton_prompt_is_regexp = True