Loading LICENSE +1 −1 Original line number Diff line number Diff line MIT License Copyright (c) 2024 ONRL Copyright (c) 2025 ONRL Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal Loading docs/conf.py +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ import tomli # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information project = "NOVA Application Development" copyright = "2024, ORNL" copyright = "2025, ORNL" author = "John Duggan" with open("../pyproject.toml", "rb") as toml_file: toml_dict = tomli.load(toml_file) Loading src/nova/trame/view/theme/theme.py +1 −1 Original line number Diff line number Diff line Loading @@ -265,7 +265,7 @@ class ThemedApp: footer.add_child( '<a href="https://www.ornl.gov/" ' 'class="text-grey-lighten-1 text-caption text-decoration-none" ' 'target="_blank">© 2024 ORNL</a>' 'target="_blank">© {{ new Date().getFullYear() }} ORNL</a>' ) @self.server.controller.trigger("validate_pydantic_field") Loading Loading
LICENSE +1 −1 Original line number Diff line number Diff line MIT License Copyright (c) 2024 ONRL Copyright (c) 2025 ONRL Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal Loading
docs/conf.py +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ import tomli # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information project = "NOVA Application Development" copyright = "2024, ORNL" copyright = "2025, ORNL" author = "John Duggan" with open("../pyproject.toml", "rb") as toml_file: toml_dict = tomli.load(toml_file) Loading
src/nova/trame/view/theme/theme.py +1 −1 Original line number Diff line number Diff line Loading @@ -265,7 +265,7 @@ class ThemedApp: footer.add_child( '<a href="https://www.ornl.gov/" ' 'class="text-grey-lighten-1 text-caption text-decoration-none" ' 'target="_blank">© 2024 ORNL</a>' 'target="_blank">© {{ new Date().getFullYear() }} ORNL</a>' ) @self.server.controller.trigger("validate_pydantic_field") Loading