diff --git a/conf.py b/conf.py index 3b941302..fd92898e 100644 --- a/conf.py +++ b/conf.py @@ -24,6 +24,13 @@ # -- Options for HTML output ------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output +html_context = { + "display_github": True, # Integrate GitHub + "github_user": "ome", # Username + "github_repo": "ngff", # Repo name + "github_version": "main", # Version +} + html_theme = 'sphinx_book_theme' html_static_path = ['_static']