3b75d900f6
* Added: Sphinx configuration including readthedocs config * Added: Sphinx fabric task to auto-document the project * Fixed: Some issues in the code causing autodoc to fail when parsing * Added: Manual docs - structure, proof of concepts and RsT examples * Fixed: RsT formatting in docstrings * Fixed: Some adjacent minor style and lint issues
12 lines
168 B
YAML
12 lines
168 B
YAML
language: python
|
|
python:
|
|
- "2.7"
|
|
addons:
|
|
apt:
|
|
packages:
|
|
- build-essential
|
|
- libcap-dev
|
|
install:
|
|
- python setup.py install
|
|
script: pybitmessage -t
|