|
|
|
@ -21,7 +21,8 @@ import re
|
|
|
|
|
|
|
|
|
|
|
|
from kedro.framework.cli.utils import find_stylesheets
|
|
|
|
from kedro.framework.cli.utils import find_stylesheets
|
|
|
|
|
|
|
|
|
|
|
|
from actes_princiers import __version__ as release
|
|
|
|
#from actes_princiers import __version__ as release
|
|
|
|
|
|
|
|
release = "0.1"
|
|
|
|
|
|
|
|
|
|
|
|
# -- Project information -----------------------------------------------------
|
|
|
|
# -- Project information -----------------------------------------------------
|
|
|
|
|
|
|
|
|
|
|
|
@ -43,14 +44,12 @@ version = re.match(r"^([0-9]+\.[0-9]+).*", release).group(1)
|
|
|
|
extensions = [
|
|
|
|
extensions = [
|
|
|
|
"sphinx.ext.autodoc",
|
|
|
|
"sphinx.ext.autodoc",
|
|
|
|
"sphinx.ext.napoleon",
|
|
|
|
"sphinx.ext.napoleon",
|
|
|
|
"sphinx_autodoc_typehints",
|
|
|
|
|
|
|
|
"sphinx.ext.todo",
|
|
|
|
"sphinx.ext.todo",
|
|
|
|
"sphinx.ext.coverage",
|
|
|
|
"sphinx.ext.coverage",
|
|
|
|
"sphinx.ext.ifconfig",
|
|
|
|
"sphinx.ext.ifconfig",
|
|
|
|
"sphinx.ext.viewcode",
|
|
|
|
"sphinx.ext.viewcode",
|
|
|
|
"nbsphinx",
|
|
|
|
#"nbsphinx",
|
|
|
|
"myst_parser",
|
|
|
|
#"sphinx_copybutton",
|
|
|
|
"sphinx_copybutton",
|
|
|
|
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
# enable autosummary plugin (table of contents for modules/classes/class
|
|
|
|
# enable autosummary plugin (table of contents for modules/classes/class
|
|
|
|
@ -73,7 +72,7 @@ master_doc = "index"
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# This is also used if you do content translation via gettext catalogs.
|
|
|
|
# This is also used if you do content translation via gettext catalogs.
|
|
|
|
# Usually you set "language" from the command line for these cases.
|
|
|
|
# Usually you set "language" from the command line for these cases.
|
|
|
|
language = None
|
|
|
|
language = 'fr'
|
|
|
|
|
|
|
|
|
|
|
|
# List of patterns, relative to source directory, that match files and
|
|
|
|
# List of patterns, relative to source directory, that match files and
|
|
|
|
# directories to ignore when looking for source files.
|
|
|
|
# directories to ignore when looking for source files.
|
|
|
|
@ -88,7 +87,8 @@ pygments_style = "sphinx"
|
|
|
|
# The theme to use for HTML and HTML Help pages. See the documentation for
|
|
|
|
# The theme to use for HTML and HTML Help pages. See the documentation for
|
|
|
|
# a list of builtin themes.
|
|
|
|
# a list of builtin themes.
|
|
|
|
#
|
|
|
|
#
|
|
|
|
html_theme = "sphinx_rtd_theme"
|
|
|
|
# html_theme = "sphinx_rtd_theme"
|
|
|
|
|
|
|
|
html_theme = "bizstyle"
|
|
|
|
|
|
|
|
|
|
|
|
# Theme options are theme-specific and customize the look and feel of a theme
|
|
|
|
# Theme options are theme-specific and customize the look and feel of a theme
|
|
|
|
# further. For a list of options available for each theme, see the
|
|
|
|
# further. For a list of options available for each theme, see the
|
|
|
|
|