diff --git a/docs/conf.py b/docs/conf.py index aebb319f7..ff54b8c5a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -34,6 +34,12 @@ "undoc-members": True, } +# -- Project information ----------------------------------------------------- + +project = "Faucet" +copyright = "2018-2024, Faucet Developers" # pylint: disable=redefined-builtin +author = "Faucet Developers" + # -- General configuration ------------------------------------------------ # If your documentation needs a minimal Sphinx version, state it here. @@ -65,10 +71,6 @@ # The master toctree document. master_doc = "index" -# General information about the project. -copyright = "2018-2022, Faucet Developers" # pylint: disable=redefined-builtin -author = "Faucet Developers" - # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. #