Closed PabloAlexis611 closed 8 months ago
Closes #1504
Here we just add the .readthedocs.yaml file at the root of the repo. The basic configuration seems to work out-of-the-box.
.readthedocs.yaml
I tested this on a fork of the ReadTheDocs build as well, which you can (for now) access here: https://graphene-django-pabloalexis611-fork.readthedocs.io/en/latest/
I will delete the RTD-fork once the PR gets merged.
Also, we may need to make sure that the graphene-django RTD project has main as it's "latest" branch setup correctly (which I don't have access to).
graphene-django
main
Link to latest build: https://beta.readthedocs.org/projects/graphene-django-pabloalexis611-fork/builds/23851002/
Just fixed some references to the old master branch and switched them to main.
master
The main branch doesn't seem to be up yet in coveralls, so I didn't update those links for the coverage badge.
Closes #1504
Here we just add the
.readthedocs.yaml
file at the root of the repo. The basic configuration seems to work out-of-the-box.I tested this on a fork of the ReadTheDocs build as well, which you can (for now) access here: https://graphene-django-pabloalexis611-fork.readthedocs.io/en/latest/
I will delete the RTD-fork once the PR gets merged.
Also, we may need to make sure that the
graphene-django
RTD project hasmain
as it's "latest" branch setup correctly (which I don't have access to).