readthedocs.org: Organization not showing up in repository list

Details

  • Read the Docs project URL: n/a
  • Build URL (if applicable): n/a
  • Read the Docs username (if applicable): JoshIzaac

Expected Result

I am having trouble importing repositories from an organization (https://github.com/PennyLaneAI). I am listed as an owner of the organization, and 3rd party access has been provided to the organization:

image

Actual Result

Pressing the sync button on my ReadTheDocs ‘Import a Project’ page has no effect; the PennyLaneAI organization is not listed.

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Comments: 38 (21 by maintainers)

Most upvoted comments

@humitos 👏🏼

I had to go to Settings -> Applications -> OAuth Apps -> ReadTheDocs Community and Grant access to that specific organization.

After granting access, I can now see the organization on readthedocs.org

Thank you so much for the reply. 😄

It’s actually working for me, after a recent update.

@astrojuanlu there is some useful feedback from users here that would be good to document in our docs. There are multiple users bitten by this and it usually confuses ourselves as well. I’d appreciate if you can update our docs when you have some time.

Ah fixed it cheers 🎉

The confusion for me was that, to grant access for an organisation (and hence a repo in that organisation) you have to go to your personal GitHub settings and not the organisation’s settings

errr, still having this issue and now also in another organisation: aiidalab/aiidalab#167 I just can’t work out how to actually get the ReadTheDocs application to show up in the “Third party access” section of the organisation’s settings? (obviously I can’t grant access if its not there) We’ve tried re-syncing but still it does not show up

I was referring to GitHub Settings here and not ReadTheDocs Settings :

I had to go to Settings -> Applications -> OAuth Apps -> ReadTheDocs Community and Grant access to that specific organization.

Having the same issue. Cannot see more than 4 organizations in readthedocs page and hence cannot import my repository. Also if I import it manually, an error shows up saying webhook setup failed.

User : https://github.com/anupam-git Org : https://github.com/pico-wizard/ image

Yep it is there:

$ curl --silent -H "Accept: application/vnd.github.v3+json" -H "Authorization: token $GITHUB_TOKEN" https://api.github.com/user/orgs | grep login
    "login": "docutils",
    "login": "conda-forge",
    "login": "aiidateam",
    "login": "marvel-nccr",
    "login": "executablebooks",
    "login": "aiidaplugins",

FYI, I’ve got the GitHub hook working to push to RTD and trigger PR builds (another owner remade https://readthedocs.org/projects/quantum-mobile/ and added me as admin), but its still not working to push back to GitHub

image

any easy fix?