Lines Matching refs:os
16 import os
38 sys.path.insert(0, os.path.abspath('sphinx'))
130 if 'SPHINX_IMGMATH' in os.environ:
131 env_sphinx_imgmath = os.environ['SPHINX_IMGMATH']
253 if "DOCS_THEME" in os.environ:
254 html_theme = os.environ["DOCS_THEME"]
284 if "DOCS_CSS" in os.environ:
285 css = os.environ["DOCS_CSS"].split(" ")
497 for fn in os.listdir('.'):
498 doc = os.path.join(fn, "index")
499 if os.path.exists(doc + ".rst"):