Skip to content

Commit

Permalink
Fix docs git branch (#66)
Browse files Browse the repository at this point in the history
* Fix docs git branch

* Try RtD repo inference

* Revert "Try RtD repo inference"

This reverts commit da7172c.
  • Loading branch information
freddyheppell authored Jan 31, 2025
1 parent 95b592f commit d242a27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/")
Expand Down Expand Up @@ -90,4 +90,4 @@

copybutton_exclude = '.linenos'
copybutton_prompt_text = r">>> |\.\.\. |\$ |In \[\d*\]: | {2,5}\.\.\.: | {5,8}: "
copybutton_prompt_is_regexp = True
copybutton_prompt_is_regexp = True

0 comments on commit d242a27

Please sign in to comment.