mirror of
https://github.com/alexandrebobkov/CanadianPayroll.git
synced 2025-08-08 07:56:10 +00:00
.
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user