jazzband / django-hosts

Dynamic and static host resolving for Django. Maps hostnames to URLconfs.
http://django-hosts.rtfd.org
Other
979 stars 107 forks source link

Add RTD config file #167

Open browniebroke opened 4 months ago

browniebroke commented 4 months ago

As per #135 adding the config file for read the docs, which required since September 2023.

Someone with admin access might have to re-enable webhooks from here https://readthedocs.org/dashboard/django-hosts/integrations/

You can get a preview of the docs on each PR by ticking this checkbox on this page https://readthedocs.org/dashboard/django-hosts/edit/

image

See it on my fork: https://github.com/browniebroke/django-hosts/pull/1

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (17fc0b6) to head (f262d34). Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #167 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 11 11 Lines 400 400 Branches 68 68 ========================================= Hits 400 400 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

hramezani commented 4 months ago

I don't have admin access. Probably @jezdez can help

browniebroke commented 1 week ago

Any chance we could get this sorted @jezdez please? Should we consider migrating this repo to @django-commons?