corydolphin / flask-cors

Cross Origin Resource Sharing ( CORS ) support for Flask
https://flask-cors.readthedocs.io/en/latest/index.html
MIT License
884 stars 139 forks source link

Read the Docs is configured to build from a non-existent branch #348

Closed kurtmckee closed 5 months ago

kurtmckee commented 5 months ago

It appears that Read the Docs is configured to build from the git master branch.

However, the default git branch is now named main.

This does not require a code change to this repository; it requires a change to the Read the Docs configuration.

kurtmckee commented 5 months ago

@corydolphin If you're able to adjust the Read the Docs configuration to point to the main branch instead of master, the Read the Docs builds should start working again and this issue can be closed. :+1:

kurtmckee commented 5 months ago

This appears to be resolved. Thanks!