Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Doc/requirements.txt for Read the Docs build (#260)
The documentation build uses docstrings from the code, and so it needs the code to be importable. We already use a fake _ldap module for cases where the C compiler is not available, like on Read the Docs. Another issue on Read the Docs is that the pyasn1 dependency needs to be installed. This can't be done automatically via setup.py install, as that would attempt to build C code. Instead, add a documentation-only "requirements.txt", which we can point Read the Docs to.
- Loading branch information