Files
edx-platform/docs
Feanil Patel 4a3e78e05f build: Don't try to read the database when building docs.
Sphinx tries to explore all the defined objects when trying to generate
docs from the code.  When it tries to introspect the QuerySet object, it
results in that object trying to query the database which we don't
really want to setup for a docs build as it's not relevant and fairly
expensive to do.  To circumvent this issue, we add a new filter to the
docs build that essentially skips further introspection of QuerySet
objects.
2026-01-21 16:22:07 -05:00
..
2019-09-17 16:53:07 -04:00
2025-12-18 10:58:37 -05:00
2025-09-12 09:53:53 -04:00