From ec0a87979608c75a785d3a42f61e3366846ed3c2 Mon Sep 17 00:00:00 2001 From: Ryan Ly Date: Tue, 8 Aug 2023 14:05:38 -0700 Subject: [PATCH] Revert "Read the docs requirements update (#548)" (#549) --- core/nwb.file.yaml | 2 +- core/nwb.namespace.yaml | 2 +- docs/format/source/conf.py | 4 ++-- docs/format/source/format_release_notes.rst | 7 ------- docs/requirements.txt | 4 ---- 5 files changed, 4 insertions(+), 15 deletions(-) delete mode 100644 docs/requirements.txt diff --git a/core/nwb.file.yaml b/core/nwb.file.yaml index 6cce30df..682a5844 100644 --- a/core/nwb.file.yaml +++ b/core/nwb.file.yaml @@ -7,7 +7,7 @@ groups: attributes: - name: nwb_version dtype: text - value: "2.7.0" + value: "2.6.0" doc: File version string. Use semantic versioning, e.g. 1.2.1. This will be the name of the format with trailing major, minor and patch numbers. datasets: diff --git a/core/nwb.namespace.yaml b/core/nwb.namespace.yaml index 2467c996..5d146ed1 100644 --- a/core/nwb.namespace.yaml +++ b/core/nwb.namespace.yaml @@ -57,4 +57,4 @@ namespaces: - doc: This source module contains neurodata_type for retinotopy data. source: nwb.retinotopy.yaml title: Retinotopy - version: "2.7.0-alpha" + version: "2.6.0-alpha" diff --git a/docs/format/source/conf.py b/docs/format/source/conf.py index 18808e5c..349c8b59 100644 --- a/docs/format/source/conf.py +++ b/docs/format/source/conf.py @@ -83,9 +83,9 @@ def setup(app): # built documents. # # The short X.Y version. -version = '2.7.0' +version = '2.6.0' # The full version, including alpha/beta/rc tags. -release = '2.7.0' +release = '2.6.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/format/source/format_release_notes.rst b/docs/format/source/format_release_notes.rst index 6e427a6c..0bec10c4 100644 --- a/docs/format/source/format_release_notes.rst +++ b/docs/format/source/format_release_notes.rst @@ -4,13 +4,6 @@ Release Notes ============= -2.7.0 (Upcoming) ----------------- - -Minor changes -^^^^^^^^^^^^^ -- Added requirements.txt to docs due to ReadtheDocs changes. (#548) - 2.6.0 (January 17, 2023) ----------------------- diff --git a/docs/requirements.txt b/docs/requirements.txt deleted file mode 100644 index f875466a..00000000 --- a/docs/requirements.txt +++ /dev/null @@ -1,4 +0,0 @@ -scipy>=1.4 -numpy>=1.16 -pandas>=1.1.5 -matplotlib