Frequently Asked Questions¶
Q1: Build fails with “module not found” error¶
A: Ensure all dependencies are installed before building:
uv pip install .
Q2: API documentation isn’t generated¶
A: Check the following:
Ensure you didn’t use the
--no-api-docor-AflagsVerify your project contains importable Python modules
Confirm the
CODE_ROOTenvironment variable is correctly set
Q3: External links aren’t displayed¶
A:
Verify that
external_links.yamlis configured correctlyEnsure the
PROJECTenvironment variable is properly setCheck the browser console for JavaScript errors
Q4: Chinese documentation links don’t exist¶
A: Ensure:
Chinese documentation files end with
_ZH.mdor_ZH.rstindex_ZH.rstexists and is correctly configured
Q5: Page doesn’t exist after switching versions¶
A: Documentation structures may differ between versions:
Older versions might lack certain new pages
Version switching tries to access the same path; if unavailable, it redirects to the homepage