Skip to content

Commit

Permalink
Merge pull request #336 from datalad/testy
Browse files Browse the repository at this point in the history
Depend on `next` 1.0.0b3
  • Loading branch information
jsheunis committed Sep 4, 2023
2 parents 673281d + 2931362 commit 400e4ca
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 1.0.0 (Fri Sept 1 2023) -- Brand new CLI!
# 1.0.1 (Fri Sept 1 2023) -- Brand new CLI!

### Summary

Expand Down Expand Up @@ -36,7 +36,7 @@ Some of the important changes to take note of:
- NF: Adds metadata translation functionality in dedicated class. PR [#246](https://github.com/datalad/datalad-catalog/pull/246) (by [@jsheunis](https://github.com/jsheunis))
- ENH: don't install jq dependency on windows. PR [#248](https://github.com/datalad/datalad-catalog/pull/248) (by [@jsheunis](https://github.com/jsheunis))
- ENH: refactoring config, extractors_used. PR [#237](https://github.com/datalad/datalad-catalog/pull/237) (by [@jsheunis](https://github.com/jsheunis))
- ENH+BUG: Improving translators and catalog generation.. PR [#269](https://github.com/datalad/datalad-catalog/pull/269) (by [@jsheunis](https://github.com/jsheunis))
- ENH+BUG: Improving translators and catalog generation. PR [#269](https://github.com/datalad/datalad-catalog/pull/269) (by [@jsheunis](https://github.com/jsheunis))
- Frontend maintenance. PR [#272](https://github.com/datalad/datalad-catalog/pull/272) (by [@jsheunis](https://github.com/jsheunis))
- ENH+NF: add javascript customization options via config. PR [#283](https://github.com/datalad/datalad-catalog/pull/283) (by [@jsheunis](https://github.com/jsheunis))
- ENH: Translator edits. PR [#277](https://github.com/datalad/datalad-catalog/pull/277) (by [@jsheunis](https://github.com/jsheunis))
Expand Down Expand Up @@ -65,6 +65,8 @@ Some of the important changes to take note of:

- Switch MacOS Appveyor builds to Monterey. PR [#242](https://github.com/datalad/datalad-catalog/pull/242) (by [@mslw](https://github.com/mslw))
- codespell: typo fixes, config, workflow. PR [#257](https://github.com/datalad/datalad-catalog/pull/257) (by [@yarikoptic](https://github.com/yarikoptic))
- Add a readthedocs configuration file. PR [#336](https://github.com/datalad/datalad-catalog/pull/336) (by [@jsheunis](https://github.com/jsheunis))
- depend on `datalad-next 1.0.0b3` . PR [#336](https://github.com/datalad/datalad-catalog/pull/336) (by [@jsheunis](https://github.com/jsheunis))

### 🛡 Tests

Expand Down
26 changes: 26 additions & 0 deletions readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Set the version of Python and other tools you might need
build:
os: ubuntu-20.04
tools:
python: "3.9"

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/source/conf.py


formats: all

# Optionally declare the Python requirements required to build your docs
python:
install:
- path: .
method: pip
- requirements: requirements-devel.txt
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ python_requires = >= 3.7
install_requires =
datalad >= 0.19
datalad-metalad >= 0.4.6
datalad-next @ git+https://github.com/datalad/datalad-next.git@main
datalad-next >= 1.0.0b3
jsonschema
pyyaml
jq;platform_system!='Windows'
Expand Down

0 comments on commit 400e4ca

Please sign in to comment.