Guest User

Untitled

a guest
Jul 20th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. try:
  2. from sphinx.setup_command import BuildDoc
  3. cmdclass = { 'build_sphinx': BuildDoc }
  4. except ImportError:
  5. cmdclass = {}
  6. from glob import glob
  7.  
  8. setup(cmdclass=cmdclass,
  9. name="Bcfg2",
Add Comment
Please, Sign In to add comment