Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rickbot-dot committed Dec 6, 2023
1 parent d2aed40 commit b331bcc
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,32 +7,24 @@
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information

project = 'Embux'
copyright = '2023, Embux Project'
copyright = 'Embux Project'
author = 'Embux Project'
release = '24.4'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

extensions = ["myst_parser", "sphinx_rtd_theme", "sphinx_external_toc", "sphinx_design"]
extensions = ["myst_parser", "sphinx_external_toc", "sphinx_design"]
myst_enable_extensions = ["colon_fence"]
external_toc_path = "_index.yaml" # optional, default: _toc.yml
external_toc_exclude_missing = True # optional, default: False

templates_path = ['_templates']
exclude_patterns = []

html_context = {
'display_github': True,
'github_user': 'embuxLinux',
'github_repo': 'embuxlinux.github.io',
'github_version': 'main/source/',
'logo_only': True,
'html_logo': 'embuxlogo.png',
}

# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output

html_theme = 'sphinx_rtd_theme'
html_permalinks_icon = '<span>#</span>'
html_theme = 'sphinxawesome_theme'
html_static_path = ['_static']

0 comments on commit b331bcc

Please sign in to comment.