mirror of
https://github.com/alexandrebobkov/CanadianPayroll.git
synced 2025-08-08 09:50:52 +00:00
structure
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
project = 'Canadian Payroll Administration'
|
||||
copyright = '2025, Alexandre Bobkov'
|
||||
author = 'Alexandre Bobkov'
|
||||
release = 'Fall 2025'
|
||||
release = 'HR'
|
||||
|
||||
# -- General configuration ---------------------------------------------------
|
||||
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
|
||||
@@ -18,7 +18,27 @@ extensions = []
|
||||
|
||||
templates_path = ['_templates']
|
||||
exclude_patterns = []
|
||||
|
||||
source_suffix = {
|
||||
'.rst': 'restructuredtext',
|
||||
'.md': 'markdown',
|
||||
}
|
||||
# The master toctree document.
|
||||
master_doc = 'index'
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
language = 'en'
|
||||
# The name of the Pygments (syntax highlighting) style to use.
|
||||
pygments_style = 'sphinx'
|
||||
# The name of the default role to use for all documents.
|
||||
default_role = 'literal'
|
||||
# The encoding of source files.
|
||||
source_encoding = 'utf-8-sig'
|
||||
# The suffix of source filenames.
|
||||
source_suffix = '.rst'
|
||||
# The version info for the project you're documenting, acts as replacement for
|
||||
# |version| and |release|, also used in various other places throughout the
|
||||
# built documents.
|
||||
version = 'Fall 2025'
|
||||
|
||||
|
||||
# -- Options for HTML output -------------------------------------------------
|
||||
|
Reference in New Issue
Block a user