Skip to content

Commit

Permalink
docs: update authors and make version dynamic
Browse files Browse the repository at this point in the history
  • Loading branch information
jolars committed Nov 30, 2023
1 parent 1069aff commit a29a16b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@
# -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information

from sortedl1 import __version__

project = "sortedl1"
copyright = "2023, Johan Larsson"
author = "Johan Larsson"
release = "0.1.0"
copyright = "2023, Johan Larsson, Mathurin Massias, Quentin Klopfenstein, Jonas Wallin"
author = "Johan Larsson, Mathurin Massias, Quentin Klopfenstein, Jonas Wallin"
release = __version__

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand All @@ -33,7 +35,6 @@
html_theme = "sphinx_rtd_theme"
html_static_path = ["_static"]


# -- Options for napoleon extension ------------------------------------------
napoleon_google_docstring = True
napoleon_numpy_docstring = True
Expand Down

0 comments on commit a29a16b

Please sign in to comment.