forked from Wavyzz/py-healthchecks.io
100% coverage of checks schemas
This commit is contained in:
14
docs/conf.py
Normal file
14
docs/conf.py
Normal file
@@ -0,0 +1,14 @@
|
||||
"""Sphinx configuration."""
|
||||
from datetime import datetime
|
||||
|
||||
|
||||
project = "Py Healthchecks.Io"
|
||||
author = "Andrew Herrington"
|
||||
copyright = f"{datetime.now().year}, {author}"
|
||||
extensions = [
|
||||
"sphinx.ext.autodoc",
|
||||
"sphinx.ext.napoleon",
|
||||
"sphinx_click",
|
||||
]
|
||||
autodoc_typehints = "description"
|
||||
html_theme = "furo"
|
||||
Reference in New Issue
Block a user