Lines Matching refs:os
16 import os
43 # documentation root, use os.path.abspath to make it absolute, like shown here.
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(" ")
443 for fn in os.listdir('.'):
444 doc = os.path.join(fn, "index")
445 if os.path.exists(doc + ".rst"):