robust version importing in docs build config
After changing sys.path, synnefo and synnefo.versions must be reloaded because if they have been cached, the updated sys.path will not be consulted because importing synnefo and synnefo.versions will stop at the cache in sys.modules
Please register or sign in to comment