Lines Matching refs:os
16 import os
44 sys.path.insert(0, os.path.abspath('sphinx'))
140 if 'SPHINX_IMGMATH' in os.environ:
141 env_sphinx_imgmath = os.environ['SPHINX_IMGMATH']
281 if "DOCS_THEME" in os.environ:
282 html_theme = os.environ["DOCS_THEME"]
316 if "DOCS_CSS" in os.environ:
317 css = os.environ["DOCS_CSS"].split(" ")
437 for fn in os.listdir('.'):
438 doc = os.path.join(fn, "index")
439 if os.path.exists(doc + ".rst"):