From 962e768012a2dc88c77e1c0ec874de1c9dce62d9 Mon Sep 17 00:00:00 2001 From: Matthew Avaylon Date: Thu, 11 Jan 2024 11:24:20 -0800 Subject: [PATCH 1/6] Update Legal.txt --- Legal.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Legal.txt b/Legal.txt index d858a33..4336322 100644 --- a/Legal.txt +++ b/Legal.txt @@ -1,4 +1,4 @@ -“hdmf-common-schema” Copyright (c) 2019-2023, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from the U.S. Dept. of Energy). All rights reserved. +“hdmf-common-schema” Copyright (c) 2019-2024, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from the U.S. Dept. of Energy). All rights reserved. If you have questions about your rights to use or distribute this software, please contact Berkeley Lab's Innovation & Partnerships Office at IPO@lbl.gov. From 50e20283c62b58d4175aa5689f8a25d7253dc9e8 Mon Sep 17 00:00:00 2001 From: Matthew Avaylon Date: Thu, 11 Jan 2024 11:25:14 -0800 Subject: [PATCH 2/6] Update license.txt --- license.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/license.txt b/license.txt index e62e9de..6e5e9ca 100644 --- a/license.txt +++ b/license.txt @@ -1,4 +1,4 @@ -“hdmf-common-schema” Copyright (c) 2019-2023, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from the U.S. Dept. of Energy). All rights reserved. +“hdmf-common-schema” Copyright (c) 2019-2024, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from the U.S. Dept. of Energy). All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: From 64bf2fdd103678628b3349b665a1494ff2a9c007 Mon Sep 17 00:00:00 2001 From: Matthew Avaylon Date: Thu, 11 Jan 2024 11:25:38 -0800 Subject: [PATCH 3/6] Update conf.py --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 3974479..6e642a5 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -76,7 +76,7 @@ def setup(app): # General information about the project. project = u'HDMF-common Specification' -copyright = u'2019-2023, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from the U.S. Dept. of Energy). All rights reserved.' +copyright = u'2019-2024, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from the U.S. Dept. of Energy). All rights reserved.' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the From 04e2445f4de739322397a39797adc5d4bedfaaa3 Mon Sep 17 00:00:00 2001 From: Matthew Avaylon Date: Thu, 11 Jan 2024 11:32:25 -0800 Subject: [PATCH 4/6] Create .readthedocs.yaml --- .readthedocs.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..acfc61c --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,24 @@ +# .readthedocs.yml +# Read the Docs configuration file +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + +# Required +version: 2 + +build: + os: ubuntu-20.04 + tools: + python: '3.9' + +# Build documentation in the docs/ directory with Sphinx +sphinx: + configuration: docs/source/conf.py + +# Optionally build your docs in additional formats such as PDF and ePub +formats: all + +# Optionally set the version of Python and requirements required to build your docs +python: + install: + - requirements: requirements-doc.txt + - path: . From 8f2bd4367e64e2af8da1df0fff8b1535ab583401 Mon Sep 17 00:00:00 2001 From: Matthew Avaylon Date: Fri, 12 Jan 2024 10:48:43 -0800 Subject: [PATCH 5/6] Update .readthedocs.yaml --- .readthedocs.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index acfc61c..6582fbf 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -21,4 +21,3 @@ formats: all python: install: - requirements: requirements-doc.txt - - path: . From 880e5bb9f0288de703e56c03ce10fed37e783d7c Mon Sep 17 00:00:00 2001 From: Ryan Ly Date: Fri, 12 Jan 2024 11:44:00 -0800 Subject: [PATCH 6/6] Update .readthedocs.yaml --- .readthedocs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 6582fbf..fa73a72 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -6,9 +6,9 @@ version: 2 build: - os: ubuntu-20.04 + os: ubuntu-22.04 tools: - python: '3.9' + python: '3.12' # Build documentation in the docs/ directory with Sphinx sphinx: