Skip to content

Commit 744955c

Browse files
committed
Doc: update copyright year and fix docutils warnings
1 parent 8816136 commit 744955c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949

5050
# General information about the project.
5151
project = 'python-ly'
52-
copyright = '2015, Wilbert Berendsen'
52+
copyright = '2025, Wilbert Berendsen'
5353

5454
# The version info for the project you're documenting, acts as replacement for
5555
# |version| and |release|, also used in various other places throughout the
@@ -272,7 +272,7 @@
272272
epub_title = 'python-ly'
273273
epub_author = 'Wilbert Berendsen'
274274
epub_publisher = 'Wilbert Berendsen'
275-
epub_copyright = '2015, Wilbert Berendsen'
275+
epub_copyright = '2025, Wilbert Berendsen'
276276

277277
# The basename for the epub file. It defaults to the project name.
278278
#epub_basename = 'ly'

doc/ly.server.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,31 +14,31 @@ Submodules
1414
----------
1515

1616
ly.server.command module
17-
---------------------
17+
------------------------
1818

1919
.. automodule:: ly.server.command
2020
:members:
2121
:undoc-members:
2222
:show-inheritance:
2323

2424
ly.server.handler module
25-
---------------------
25+
------------------------
2626

2727
.. automodule:: ly.server.handler
2828
:members:
2929
:undoc-members:
3030
:show-inheritance:
3131

3232
ly.server.main module
33-
------------------
33+
---------------------
3434

3535
.. automodule:: ly.server.main
3636
:members:
3737
:undoc-members:
3838
:show-inheritance:
3939

4040
ly.server.options module
41-
---------------------
41+
------------------------
4242

4343
.. automodule:: ly.server.options
4444
:members:

0 commit comments

Comments
 (0)