API Docs: Fix generation failing with unused context members

Instead of raising an expection a warnign is generated instead. This 
fixes the issue where `['hair', 'pointcloud']` are disabled for release 
builds. In the future a better solution would be to generate the context 
map dynamically but this would require refactoring of the API: D9988
This commit is contained in:
2021-02-19 01:58:16 -05:00
parent e6acc4db72
commit 241273d362

View File

@@ -81,7 +81,7 @@ import sys
import inspect
import shutil
import logging
import warning
import warnings
from textwrap import indent