Skip to content

Commit

Permalink
Merge pull request #148 from JOJ0/dev
Browse files Browse the repository at this point in the history
Fix APIHelper class missing in Sphinx docs, fix copyright years, fix _static warning
  • Loading branch information
JOJ0 authored Jul 26, 2024
2 parents bebd60c + 0cda9b6 commit 2c162ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# -- Project information -----------------------------------------------------

project = 'synadm'
copyright = '2020-2023, Johannes Tiefenbacher'
copyright = '2020-2024, Johannes Tiefenbacher'
author = 'Johannes Tiefenbacher'

# The short X.Y version
Expand Down Expand Up @@ -65,7 +65,7 @@
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
# html_static_path = ['_static']

html_theme_options = {
'collapse_navigation': True,
Expand Down
2 changes: 1 addition & 1 deletion doc/source/synadm.module.cli.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ package that is worth mentioning and generating documentation for, is the
backend code in :mod:`synadm.api`:


.. automodule:: synadm.cli
.. automodule:: synadm.cli._helper
:members: APIHelper
:undoc-members:
:show-inheritance:
Expand Down

0 comments on commit 2c162ed

Please sign in to comment.