diff --git a/docs/sphinx/source/conf.py b/docs/sphinx/source/conf.py index 6d6bb9b3d..c4f640194 100644 --- a/docs/sphinx/source/conf.py +++ b/docs/sphinx/source/conf.py @@ -1,29 +1,12 @@ -# -- Path setup -------------------------------------------------------------- - -# If extensions (or modules to document with autodoc) are in another directory, -# add these directories to sys.path here. If the directory is relative to the -# documentation root, use os.path.abspath to make it absolute, like shown here. -# import os import sys sys.path.insert(0, os.path.abspath('../../../')) - -# -- Project information ----------------------------------------------------- - project = 'pypop7' -copyright = '2021 - 2025, Evolutionary-Intelligence @ HIT & SUSTech' -author = 'Evolutionary-Intelligence @ HIT & SUSTech' +copyright = '2021-2025, Evolutionary-Intelligence (Qiqi Duan)@HIT&SUSTech' +author = 'Evolutionary-Intelligence (Qiqi Duan)@HIT&SUSTech' -# The full version, including alpha/beta/rc tags release = '0.0.1' - - -# -- General configuration --------------------------------------------------- - -# Add any Sphinx extension module names here, as strings. They can be -# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom -# ones. extensions = ['sphinx.ext.autodoc', 'sphinx.ext.napoleon', 'sphinx.ext.viewcode',