taichi icon indicating copy to clipboard operation
taichi copied to clipboard

Sphinx intersphinx Inventory Support

Open fangjunzhou opened this issue 11 months ago • 0 comments

I'm using sphinx for my own project and it seems that there's no inventory file on Taichi documentation website.

For most project using Sphinx, a objects.inv file should be generated to map internal references like https://numpy.org/doc/stable/objects.inv

This file is required for sphinx intersphinx extension to work as documented in https://www.sphinx-doc.org/en/master/usage/extensions/intersphinx.html

For Taichi, the inventory file should be made available at https://docs.taichi-lang.org/objects.inv.

I believe Taichi is also using sphinx to auto generate api documentation. I wonder if the objects.inv was missed before deployment.

fangjunzhou avatar Mar 04 '25 03:03 fangjunzhou