Skip to content

Commit 368d278

Browse files
authored
Update conf.py
1 parent 9162158 commit 368d278

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/conf.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,17 @@
1414
sys.path.insert(0, os.path.abspath('../pcmdi_metrics/utils'))
1515

1616
import sphinx_autosummary_accessors
17+
import yaml
18+
from sphinx.application import Sphinx
19+
from sphinx.util import logging
1720

18-
# -- Project information -----------------------------------------------------
21+
LOGGER = logging.getLogger("conf")
1922

20-
project = 'PCMDI Metrics Package'
21-
copyright = '2024 PCMDI'
22-
author = 'PCMDI'
23+
# -- Project information -----------------------------------------------------
24+
# General information about the project.
25+
project = "PCMDI Metrics Package (PMP)"
26+
copyright = "2024, PMP Developers"
27+
author = "PMP Developers"
2328

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

87-
# General information about the project.
88-
project = "PCMDI Metrics Package (PMP)"
89-
copyright = "2024, PMP Developers"
90-
author = "PMP Developers"
91-
9292
# The language for content autogenerated by Sphinx. Refer to documentation
9393
# for a list of supported languages.
9494
#

0 commit comments

Comments
 (0)