Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Evolutionary-Intelligence authored Jan 2, 2025
1 parent 20fa436 commit 1c7b917
Showing 1 changed file with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions docs/sphinx/source/conf.py
Original file line number Diff line number Diff line change
@@ -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',
Expand Down

0 comments on commit 1c7b917

Please sign in to comment.