diff --git a/docsrc/conf.py b/docsrc/conf.py index d04b627..6f4b753 100644 --- a/docsrc/conf.py +++ b/docsrc/conf.py @@ -6,30 +6,32 @@ repo = 'euclid' repo_name = 'euclid' -blog_title = f'{org_name} • {repo_name}' -html_title = f'{org_name} • {repo_name}' -project = f'{org_name} • {repo_name}' -version = '' # The short X.Y version. -release = '' # The full version, including alpha/beta/rc tags. - -copyright = f'{year}, {org_name}' -author = f'{org_name}' - -# Base URL for the website, required for generating feeds. -# e.g. blog_baseurl = "http://example.com/" -blog_baseurl = f'https://{org}.github.io/{repo}' -html_base_url = blog_baseurl -html_baseurl = blog_baseurl - -blog_authors = { - "phi": ("phi ARCHITECT", None), -} - -html_context = { - "display_github": True, # Integrate GitHub - "github_user": org, # Username - "github_repo": repo, # Repo name - "github_version": "main", # Version - "conf_py_path": "/docsrc/", # Path in the checkout to the docs root -} +setup_globals(org, org_name, repo, repo_name) + +# blog_title = f'{org_name} • {repo_name}' +# html_title = f'{org_name} • {repo_name}' +# project = f'{org_name} • {repo_name}' +# version = '' # The short X.Y version. +# release = '' # The full version, including alpha/beta/rc tags. + +# copyright = f'{year}, {org_name}' +# author = f'{org_name}' + +# # Base URL for the website, required for generating feeds. +# # e.g. blog_baseurl = "http://example.com/" +# blog_baseurl = f'https://{org}.github.io/{repo}' +# html_base_url = blog_baseurl +# html_baseurl = blog_baseurl + +# blog_authors = { + # "phi": ("phi ARCHITECT", None), +# } + +# html_context = { + # "display_github": True, # Integrate GitHub + # "github_user": org, # Username + # "github_repo": repo, # Repo name + # "github_version": "main", # Version + # "conf_py_path": "/docsrc/", # Path in the checkout to the docs root +# } diff --git a/docsrc/intro.rst b/docsrc/intro.rst new file mode 100644 index 0000000..e69de29