This repository has been archived on 2024-12-19. You can view files and clone it, but cannot push or open issues or pull requests.
PyBitmessage-2024-12-19/.readthedocs.yml
bug Lady c4e5385554
Attachments a (#13) sq n mg
* Formatted protocol and its docstrings

* Fixed some docstrings in shared and state

* Fixed google style docstrings in addresses

* More docstrings and formatting fixes in highlevelcrypto and shutdown

* .readthedocs.yml

* When clicking a link in a message viewed in HTML mode, if the link represents a data blob, launch a "Save File" dialog and write the file directly, rather than opening the link in an external browser.

* Add "Attach File" button to message composition.

* pylint fixes.
2019-11-29 14:36:36 +00:00

10 lines
151 B
YAML

version: 2
python:
version: 2.7
install:
- requirements: docs/requirements.txt
- method: setuptools
path: .
system_packages: true