-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[INFRA] Publish schema tools API docs to additional ReadTheDocs site #1491
[INFRA] Publish schema tools API docs to additional ReadTheDocs site #1491
Conversation
for more information, see https://pre-commit.ci
remove commented out yaml
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## master #1491 +/- ##
=======================================
Coverage 87.75% 87.75%
=======================================
Files 14 14
Lines 1282 1282
=======================================
Hits 1125 1125
Misses 157 157 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure that I understand what the requirements.txt is needed but as one your commit message says "what works work"
RTD uses the project folder as the root and we (more or less) use the same dependencies for the bids spec generated on RTD as we do for schema-code docs. Now the config file for the schema docs more closely resembles |
Read the docs now supports building documentation from mono repos, as such extra fluff and kludges previously required to publish a read the docs page for schema tools have been removed.
Rendered sites built of this branch can be viewed below:
schema tools rtd
bids rtd
Will need to update schema code project on RTD bids-standard/bids-specification and point to config file at
tools/schemacode/.readthedocs.yaml
to finalize after merge, see: