Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
PythonChicken123 committed Dec 1, 2023
1 parent f926d59 commit f3c3e1e
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
import os
sys.path.insert(0, os.path.abspath('..'))

project = 'Lumache'
copyright = '2021, Graziella'
author = 'Graziella'
project = 'Masterchicken'
copyright = '2023, Masterchicken developers'
author = 'PythonChicken123'

release = '0.1'
version = '0.1.0'
version = '0.0.7'

# -- General configuration

Expand All @@ -20,14 +20,20 @@
'sphinx.ext.autodoc',
'sphinx.ext.autosummary',
'sphinx.ext.intersphinx',
'sphinx.ext.coverage',
'ext.headers',
'ext.boilerplate',
'ext.customversion',
'ext.edit_on_github'
]

intersphinx_mapping = {
'python': ('https://docs.python.org/3/', None),
'sphinx': ('https://www.sphinx-doc.org/en/master/', None),
}
intersphinx_disabled_domains = ['std']

pygments_style = 'sphinx'
modindex_common_prefix = ['masterchicken']
templates_path = ['_templates']

# -- Options for HTML output
Expand Down

0 comments on commit f3c3e1e

Please sign in to comment.