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, }