@@ -48,7 +48,7 @@ master_doc = 'index'
4848
4949# General information about the project.
5050project = 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.
106106if _RTD_THEME:
107107 html_theme = "sphinx_rtd_theme"
108- html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
109108else:
110109 html_theme = 'default'
111110
@@ -200,7 +199,7 @@ latex_elements = {
200199# (source start file, target name, title, author, documentclass [howto/manual]).
201200latex_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).
231230man_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)
245244texinfo_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