Read the docs theme

main
Jeff Moe 2023-11-24 21:37:40 -07:00
parent a5526cfe29
commit a9e5a38ef4
2 changed files with 11 additions and 11 deletions

View File

@ -6,25 +6,24 @@
# -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
project = 'The Smack'
copyright = '2023, Jeff Moe'
author = 'Jeff Moe'
release = 'v0.0.5'
project = "The Smack"
copyright = "2023, Jeff Moe"
author = "Jeff Moe"
release = "v0.0.6"
# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
extensions = [
'sphinx.ext.autodoc',
"sphinx.ext.autodoc",
]
templates_path = ['_templates']
exclude_patterns = ['_build']
templates_path = ["_templates"]
exclude_patterns = ["_build"]
# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
html_theme = 'alabaster'
html_static_path = ['_static']
htmlhelp_basename = 'TheStackLicensesdoc'
html_theme = "sphinx_rtd_theme"
html_static_path = ["_static"]
htmlhelp_basename = "TheStackLicensesdoc"

View File

@ -5,3 +5,4 @@ pathlib
termcolor
pytest
sphinx
sphinx_rtd_theme