Skip to content

Commit

Permalink
Merge pull request #9 from bswck/fix/rtd-api-url
Browse files Browse the repository at this point in the history
Correct API base url for RTD
  • Loading branch information
jaraco committed Feb 17, 2024
2 parents 09d7ab5 + cd7094b commit 9a09775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jaraco/develop/rtd.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from requests_toolbelt import sessions


url = 'https://api.readthedocs.org/'
url = 'https://readthedocs.org/'


@functools.lru_cache()
Expand Down

0 comments on commit 9a09775

Please sign in to comment.