From d3871d04f1b7f7272b3f77d17cc2524b5a8f183d Mon Sep 17 00:00:00 2001 From: Anthony Delosa Date: Sat, 20 Jan 2024 22:09:25 +1000 Subject: [PATCH] Fix sphinx doc config --- docs/source/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 690afb6..14c3b88 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -18,8 +18,8 @@ # -- Project information ----------------------------------------------------- project = 'cardutil' -copyright = '2019-2020, Anthony Delosa' -author = 'Banktek Systems' +copyright = '2019-2024 All rights reserved.' +author = 'Anthony Delosa' # The full version, including alpha/beta/rc tags version = cardutil.__version__ @@ -54,7 +54,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'] # Order the generated doco same as the source autodoc_member_order = 'bysource'