Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lee1043 authored Sep 25, 2024
1 parent 9162158 commit 368d278
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,17 @@
sys.path.insert(0, os.path.abspath('../pcmdi_metrics/utils'))

import sphinx_autosummary_accessors
import yaml
from sphinx.application import Sphinx
from sphinx.util import logging

# -- Project information -----------------------------------------------------
LOGGER = logging.getLogger("conf")

project = 'PCMDI Metrics Package'
copyright = '2024 PCMDI'
author = 'PCMDI'
# -- Project information -----------------------------------------------------
# General information about the project.
project = "PCMDI Metrics Package (PMP)"
copyright = "2024, PMP Developers"
author = "PMP Developers"

# The version info for the project you're documenting, acts as replacement
# for |version| and |release|, also used in various other places throughout
Expand Down Expand Up @@ -84,11 +89,6 @@
# The master toctree document.
master_doc = "index"

# General information about the project.
project = "PCMDI Metrics Package (PMP)"
copyright = "2024, PMP Developers"
author = "PMP Developers"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
#
Expand Down

0 comments on commit 368d278

Please sign in to comment.