Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
Signed-off-by: KonanAI <[email protected]>
  • Loading branch information
konan-ai authored Jul 25, 2023
1 parent 202631a commit 937d454
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@

# -- Project information

# project = 'Lumache'
# copyright = '2021, Graziella'
# author = 'Graziella'
project = 'Lumache'
copyright = '2021, Graziella'
author = 'Graziella'

# release = '0.1'
# version = '0.1.0'
release = '0.1'
version = '0.1.0'

# -- General configuration

# extensions = [
# 'sphinx.ext.duration',
# 'sphinx.ext.doctest',
# 'sphinx.ext.autodoc',
# 'sphinx.ext.autosummary',
# 'sphinx.ext.intersphinx',
# ]
extensions = [
'sphinx.ext.duration',
'sphinx.ext.doctest',
'sphinx.ext.autodoc',
'sphinx.ext.autosummary',
'sphinx.ext.intersphinx',
]

intersphinx_mapping = {
'python': ('https://docs.python.org/3/', None),
Expand Down Expand Up @@ -46,14 +46,14 @@

# Project --------------------------------------------------------------

project = "konanai"
copyright = "2023 KonanAI LLC"
author = "Joseph Konan"
release, version = get_version("konanai")
# project = "konanai"
# copyright = "2023 KonanAI LLC"
# author = "Joseph Konan"
# release, version = get_version("konanai")

# General --------------------------------------------------------------

# master_doc = "index"
master_doc = "index"
extensions = [
"sphinx.ext.autodoc",
"sphinx.ext.intersphinx",
Expand All @@ -62,17 +62,17 @@
"sphinx_issues",
"sphinx_tabs.tabs",
]
# autodoc_typehints = "description"
# autodoc_default_options = {
# 'member-order': 'bysource',
# 'undoc-members': True,
# }
# add_module_names = False
autodoc_typehints = "description"
autodoc_default_options = {
'member-order': 'bysource',
'undoc-members': True,
}
add_module_names = False

# intersphinx_mapping = {
# "python": ("https://docs.python.org/3/", None),
# }
# issues_github_path = "KonanAI-LLC/konanai"
intersphinx_mapping = {
"python": ("https://docs.python.org/3/", None),
}
issues_github_path = "KonanAI-LLC/konanai"

# # HTML -----------------------------------------------------------------

Expand Down

0 comments on commit 937d454

Please sign in to comment.