Fetching sphinx doc objects

I’m rebuilding some of the compas_cem docs and I get a new warning while running invoke docs:

WARNING: failed to reach any of the inventories with the following issues:
intersphinx inventory 'https://compas-dev.github.io/main/objects.inv' not fetchable 
due to <class 'requests.exceptions.HTTPError'>: 
404 Client Error: Not Found for url: https://compas.dev/compas/objects.inv

Is there a new url I should be pointing sphinx to? Thanks.

yes that should be https://compas-dev.github.io/compas/objects.inv but perhaps you could even replace by None

1 Like