From d59f5f08b3e25130e9b3a6baffae8193c8c50eec Mon Sep 17 00:00:00 2001 From: Joseph Viviano Date: Tue, 24 Sep 2024 12:33:28 -0400 Subject: [PATCH] updated conf --- docs/source/conf.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index eda470d4..a79b78df 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -9,7 +9,7 @@ import sys project = "torchgfn" -copyright = "2022-2023, Salem Lahlou, Joseph Viviano, & Victor Schmidt" +copyright = "2022-2024, Salem Lahlou, Joseph Viviano, & Victor Schmidt" author = "Salem Lahlou, Joseph Viviano, & Victor Schmidt" @@ -65,4 +65,8 @@ html_theme_options = { "collapse_navigation": False, "navigation_depth": 4, + "logo_only": False, + "display_version": True, + "prev_next_buttons_location": "bottom", + "style_external_links": False, }