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 e94a758 commit b567e3b
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 33 deletions.
68 changes: 35 additions & 33 deletions docsrc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,37 +6,39 @@
repo = 'explorer'
repo_name = 'explorer'

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 = 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),
}

extensions.append('sphinx_rtd_theme')

html_theme = 'sphinx_rtd_theme'

html_css_files = [ "css/rtd-dark.css" ]

html_theme_options = {
# 'logo': 'logo.png',
# 'logo_name': True,
# 'github_user': org,
# 'github_repo': repo,
# 'github_button': True,
'navigation_depth': -1,
'prev_next_buttons_location': 'both',
}
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 = 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),
# }

# extensions.append('sphinx_rtd_theme')

# html_theme = 'sphinx_rtd_theme'

# html_css_files = [ "css/rtd-dark.css" ]

# html_theme_options = {
# # 'logo': 'logo.png',
# # 'logo_name': True,
# # 'github_user': org,
# # 'github_repo': repo,
# # 'github_button': True,
# 'navigation_depth': -1,
# 'prev_next_buttons_location': 'both',
# }

Empty file added docsrc/intro.rst
Empty file.

0 comments on commit b567e3b

Please sign in to comment.