We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b621f34 commit 2580064Copy full SHA for 2580064
docs/conf.py
@@ -53,7 +53,7 @@
53
54
# General information about the project.
55
project = u'pyModbusTCP'
56
-copyright = u'2022, Loïc Lefebvre'
+copyright = u'2023, Loïc Lefebvre'
57
author = u'Loïc Lefebvre'
58
59
# The version info for the project you're documenting, acts as replacement for
@@ -124,7 +124,7 @@
124
# The theme to use for HTML and HTML Help pages. See the documentation for
125
# a list of builtin themes.
126
#
127
-# html_theme = 'alabaster'
+html_theme = 'sphinx_rtd_theme'
128
129
# Theme options are theme-specific and customize the look and feel of a theme
130
# further. For a list of options available for each theme, see the
0 commit comments