diff --git a/docs/conf.py b/docs/conf.py index f8ce409..f36e3e8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -44,7 +44,7 @@ # General information about the project. project = 'AsyncSSH' -copyright = '2013-2017, ' + __author__ +copyright = '2013-2023, ' + __author__ # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -103,7 +103,7 @@ # further. For a list of options available for each theme, see the # documentation. html_theme_options = { - "sidebarwidth": 305, + "sidebarwidth": 450, "stickysidebar": "true" } @@ -129,7 +129,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'] # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, # using the given strftime format.