-
Notifications
You must be signed in to change notification settings - Fork 3
Read the Docs apt module page is empty #48
Copy link
Copy link
Open
Description
When I build the sphinx docs locally with make html there is a module page populated with content, but at http://apt.readthedocs.org/en/latest/apt.html the page is empty.
Under Builds, https://readthedocs.org/builds/apt/2900858/, there is an error with ctypes.
/var/build/user_builds/apt/checkouts/latest/docs/source/apt.rst:4: WARNING: autodoc: failed to import module u'apt'; the following exception was raised:
Traceback (most recent call last):
File "/home/docs/checkouts/readthedocs.org/user_builds/apt/envs/latest/local/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 385, in import_object
__import__(self.modname)
File "/var/build/user_builds/apt/checkouts/latest/apt.py", line 38, in <module>
import knownpaths # for fetching Windows special folders
File "/var/build/user_builds/apt/checkouts/latest/knownpaths.py", line 5, in <module>
from ctypes import windll, wintypes
File "/usr/lib/python2.7/ctypes/wintypes.py", line 23, in <module>
class VARIANT_BOOL(_SimpleCData):
ValueError: _type_ 'v' not supported
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels