if these files are stale, imports fail and the build
silently excludes docstrings. also , typing / docstrings
are generally in the _py version of things, so just
don't include cyexts in doc builds.
Change-Id: Ibec927c7646d4b870a84a297d1b199ccecf3afef
sys.path.insert(0, os.path.abspath("."))
+os.environ["DISABLE_SQLALCHEMY_CEXT_RUNTIME"] = "true"
+
# -- General configuration --------------------------------------------------
# If your documentation needs a minimal Sphinx version, state it here.