Skip to content

Commit

Permalink
update conf add intro
Browse files Browse the repository at this point in the history
  • Loading branch information
phiarchitect committed Nov 13, 2023
1 parent 3a38e66 commit 06e89c0
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 25 deletions.
52 changes: 27 additions & 25 deletions docsrc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,30 @@
repo = ""
repo_name = ""

blog_title = f"{org_name}{repo_name}"
project = f"{org_name}<br/>•<br/>{repo_name}"
version = "" # The short X.Y version.
release = "" # The full version, including alpha/beta/rc tags.

copyright = f"{year}, {org_name}"
author = ""

# 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_theme_options = {
"logo": "logo.png",
"logo_name": True,
"github_user": org,
"github_repo": repo,
"github_button": True,
}
setup_globals(org, org_name, repo, repo_name)

# blog_title = f"{org_name} • {repo_name}"
# project = f"{org_name}<br/>•<br/>{repo_name}"
# version = "" # The short X.Y version.
# release = "" # The full version, including alpha/beta/rc tags.

# copyright = f"{year}, {org_name}"
# author = ""

# # 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_theme_options = {
# "logo": "logo.png",
# "logo_name": True,
# "github_user": org,
# "github_repo": repo,
# "github_button": True,
# }
Empty file added docsrc/intro.rst
Empty file.

0 comments on commit 06e89c0

Please sign in to comment.