google-code-export / pyglet

Automatically exported from code.google.com/p/pyglet
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

sphinx produces one error on Mac related to pyglet.com #581

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I did not blacklist python.com because it contains documentation, and works if 
built on Windows.

Please add in doc/conf.py:72:

if sys.platform!="win32":
    skip_modules["pyglet"]["pyglet"]=["com"]

#PD: please replace "Nabla Lab" -> "pyglet" at conf.py:3

Original issue reported on code.google.com by tx...@nabla.net on 23 Jun 2012 at 8:19