Skip to content

Commit

Permalink
fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
mpadge committed Jun 13, 2024
2 parents 77da7e3 + bbd2d55 commit 650eac5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: r2readthedocs
Title: Convert R Package Documentation to a 'readthedocs' Website
Version: 0.1.0
Version: 0.1.0.001
Authors@R:
person("Mark", "Padgham", , "[email protected]", role = c("aut", "cre"))
Description: Convert R package documentation to a 'readthedocs' website.
Expand Down
10 changes: 7 additions & 3 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"codeRepository": "https://github.com/ropenscilabs/r2readthedocs",
"issueTracker": "https://github.com/ropenscilabs/r2readthedocs/issues",
"license": "https://spdx.org/licenses/GPL-3.0",
"version": "0.1.0",
"version": "0.1.0.001",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down Expand Up @@ -118,10 +118,14 @@
},
"sameAs": "https://CRAN.R-project.org/package=withr"
},
"SystemRequirements": null
"SystemRequirements": {}
},
"fileSize": "52.94KB",
"readme": "https://github.com/ropenscilabs/r2readthedocs/blob/main/README.md",
"contIntegration": ["https://github.com/ropenscilabs/r2readthedocs/actions", "https://github.com/ropenscilabs/r2readthedocs/actions?query=workflow%3Apkgcheck", "https://codecov.io/gh/ropenscilabs/r2readthedocs"],
"contIntegration": [
"https://github.com/ropenscilabs/r2readthedocs/actions",
"https://github.com/ropenscilabs/r2readthedocs/actions?query=workflow%3Apkgcheck",
"https://codecov.io/gh/ropenscilabs/r2readthedocs"
],
"developmentStatus": "https://www.repostatus.org/#concept"
}
2 changes: 1 addition & 1 deletion inst/extdata/readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.11"
python: "3.12"
# You can also specify other tool versions:
# nodejs: "20"
# rust: "1.70"
Expand Down

0 comments on commit 650eac5

Please sign in to comment.