Skip to content
Snippets Groups Projects
  • Studer Gabriel's avatar
    cb5a91a1
    fix doc generation · cb5a91a1
    Studer Gabriel authored
    - os.path.walk does not exist in Python3 anymore, use os.walk instead
      (changed interface)
    - sphinx-build tried really hard to use Python 2. Import sphinx from
      current interpreter instead and directly call its __main__ function
    cb5a91a1
    History
    fix doc generation
    Studer Gabriel authored
    - os.path.walk does not exist in Python3 anymore, use os.walk instead
      (changed interface)
    - sphinx-build tried really hard to use Python 2. Import sphinx from
      current interpreter instead and directly call its __main__ function