Skip to content

Commit b061678

Browse files
authored
Merge pull request statsmodels#8863 from bashtage/statespace-internet-docs
DOC: Add version
2 parents 7387200 + 342df4b commit b061678

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/source/conf.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,8 @@
8585
master_doc = 'index'
8686

8787
# General information about the project.
88-
project = u'statsmodels'
89-
copyright = u'2009-2023, Josef Perktold, Skipper Seabold, ' \
90-
u'Jonathan Taylor, statsmodels-developers'
88+
project = 'statsmodels'
89+
copyright = '2009-2023, Josef Perktold, Skipper Seabold, Jonathan Taylor, statsmodels-developers'
9190

9291
autosummary_generate = True
9392
autoclass_content = 'class'
@@ -106,7 +105,7 @@
106105
short_version = parsed_version.base_version
107106
commit = parsed_version.dev
108107
version = short_version + f' (+{commit})'
109-
108+
project = f"{project} {version}"
110109
# Remove release to prevent it triggering a conf change
111110
del release
112111

0 commit comments

Comments
 (0)