This commit is contained in:
2025-06-21 14:22:13 -04:00
parent 9eea35814d
commit e968338d2c
58 changed files with 1572 additions and 1296 deletions

View File

@@ -7,16 +7,20 @@
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
project = 'Canadian Payroll Administration'
copyright = '2025, Alexandre Bobkov'
copyright = '2025'
author = 'Alexandre Bobkov'
release = 'HR'
# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
extensions = []
extensions = [
"sphinx.ext.autodoc",
#"sphinx_favicon",
]
templates_path = ['_templates']
include_patterns = ['*.rst', '*.md']
exclude_patterns = []
# The master toctree document.