Skip to content

Commit 7992a9c

Browse files
timlnxclaude
andcommitted
Fix conf.py.in: drop deprecated get_html_theme_path(), update author name
sphinx_rtd_theme >= 1.0 no longer requires html_theme_path to be set. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 2b0e4e2 commit 7992a9c

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

docsite/source/conf.py.in

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ master_doc = 'index'
4848

4949
# General information about the project.
5050
project = u'bitmath'
51-
copyright = u'2014-2023, Tim Bielawa'
51+
copyright = u'2014-2023, Tim Case'
5252

5353
# The version info for the project you're documenting, acts as replacement for
5454
# |version| and |release|, also used in various other places throughout the
@@ -105,7 +105,6 @@ pygments_style = 'sphinx'
105105
# a list of builtin themes.
106106
if _RTD_THEME:
107107
html_theme = "sphinx_rtd_theme"
108-
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
109108
else:
110109
html_theme = 'default'
111110

@@ -200,7 +199,7 @@ latex_elements = {
200199
# (source start file, target name, title, author, documentclass [howto/manual]).
201200
latex_documents = [
202201
('index', 'bitmath.tex', u'bitmath Documentation',
203-
u'Tim Bielawa', 'manual'),
202+
u'Tim Case', 'manual'),
204203
]
205204

206205
# The name of an image file (relative to this directory) to place at the top of
@@ -230,7 +229,7 @@ latex_documents = [
230229
# (source start file, name, description, authors, manual section).
231230
man_pages = [
232231
('index', 'bitmath', u'bitmath Documentation',
233-
[u'Tim Bielawa'], 1)
232+
[u'Tim Case'], 1)
234233
]
235234

236235
# If true, show URL addresses after external links.
@@ -244,7 +243,7 @@ man_pages = [
244243
# dir menu entry, description, category)
245244
texinfo_documents = [
246245
('index', 'bitmath', u'bitmath Documentation',
247-
u'Tim Bielawa', 'bitmath', 'One line description of project.',
246+
u'Tim Case', 'bitmath', 'One line description of project.',
248247
'Miscellaneous'),
249248
]
250249

0 commit comments

Comments
 (0)