1 # Configuration file for the Sphinx documentation builder.
3 # For the full list of built-in configuration values, see the documentation:
4 # https://www.sphinx-doc.org/en/master/usage/configuration.html
6 # -- Project information -----------------------------------------------------
7 # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
10 copyright
= '2024, Tao Liu, Philippa Doherty'
11 author
= 'Tao Liu, Philippa Doherty'
14 # -- General configuration ---------------------------------------------------
15 # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
20 'sphinx.ext.viewcode',
22 'sphinx.ext.githubpages'
25 myst_enable_extensions
= [
30 templates_path
= ['_templates']
34 '.rst': 'restructuredtext',
38 # -- Options for HTML output -------------------------------------------------
39 # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
40 html_theme
= "sphinx_rtd_theme"
41 html_static_path
= ['_static']