Salome HOME
C3PO: requires mpi4py
[tools/sat_salome.git] / products / env_scripts / sphinxcontrib_napoleon.py
1 #!/usr/bin/env python
2 #-*- coding:utf-8 -*-
3
4 import os
5 import platform
6 def set_env(env, prereq_dir, version):
7   env.set("SPHINXCONTRIB_NAPOLEON_ROOT_DIR",prereq_dir)
8   versionPython = env.get('PYTHON_VERSION')
9   if not platform.system() == "Windows" :
10       env.prepend('PYTHONPATH',os.path.join(prereq_dir, 'lib', 'python' + versionPython, 'site-packages'))
11         
12 def set_nativ_env(env):
13     pass