Skip to content

Commit 0647269

Browse files
authored
Merge pull request #114 from mwoehlke/update
Update project, configuration
2 parents f72f3f9 + e923404 commit 0647269

3 files changed

Lines changed: 259 additions & 206 deletions

File tree

conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# -*- coding: utf-8 -*-
22

33
# -- General configuration ------------------------------------------------
4-
needs_sphinx = '6.2'
4+
needs_sphinx = '8.0'
55
extensions = ['cps', 'autosectionlabel']
66

7-
source_suffix = '.rst'
7+
source_suffix = {'.rst': 'restructuredtext'}
88
exclude_patterns = ['AUTHORS.rst', 'THANKS.rst']
99

1010
master_doc = 'index'
1111

1212
# General information about the project.
1313
project = 'Common Package Specification'
14-
copyright = '2025, Matthew Woehlke'
14+
copyright = '2026, The CPS Authors'
1515

1616
version_info = (0, 14, 1)
1717
release = '.'.join(map(str, version_info))

0 commit comments

Comments
 (0)