File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 1414sys .path .insert (0 , os .path .abspath ('../pcmdi_metrics/utils' ))
1515
1616import 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
8489# The master toctree document.
8590master_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#
You can’t perform that action at this time.
0 commit comments