readthedocs.org
76675804 - Search: stop creating SphinxDomain objects (#10451)

Commit
2 years ago
Search: stop creating SphinxDomain objects (#10451) We are indexing sphinx domains as sections now, we no longer need to create sphinx domains or index them. We should see some small improvement in build time, and maybe in search? This change will require a re-index, since old projects that haven't been re-build still have sphinx domain objects indexed separately from sections (this step can be done after or before the deploy). This also fixes a small bug, we are still indexing sphinx domains titles, without their content ![Screenshot 2023-06-20 at 14-36-48 Read the Docs documentation simplified](https://github.com/readthedocs/readthedocs.org/assets/4975310/eeb1865b-a859-4010-9cff-95a95d877882) ref https://github.com/readthedocs/readthedocs.org/issues/10272
Author
Parents
Loading