diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index cc294542..d6b2f15e 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -73,3 +73,4 @@ Finally, please add your name below: 1. OpenMS Team 2. Michael R. Crusoe +3. Ayushmaan diff --git a/.lycheeignore b/.lycheeignore index 65fb4f1d..0742f8a8 100644 --- a/.lycheeignore +++ b/.lycheeignore @@ -12,3 +12,5 @@ http://dx.doi.org/* https://www.pnas.org/* http://pubs.acs.org/* https://www.sciencedirect.com/* +https://cdash.seqan.de/index.php?project=OpenMS +https://openms.de/current_doxygen/html/classOpenMS_1_1ConsensusFeature.html diff --git a/docs/conf.py b/docs/conf.py index dc248cf2..29058db7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -29,7 +29,8 @@ version = '3.3.0' # Short version for the latest supported KNIME knime_version = '5.3.0' - +# Short version for the Latest Supported R +r_version = '4.2.3' # <-- Added R version # The full version, including alpha/beta/rc tags. release = '3.3.0' @@ -143,7 +144,8 @@ variables_to_export = [ "project", "version", - "knime_version" + "knime_version", + "r_version" #<-- ] myst_substitutions = {} for v in variables_to_export: