We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0574801 commit dcd3d55Copy full SHA for dcd3d55
CHANGES.rst
@@ -17,6 +17,8 @@ ChangeLog
17
* Test production of packages in Travis CI jobs.
18
* Move development and packaging documentation to Sphinx. Closes #22.
19
* Make wheels generated under Python 2 environnment available for Python 3 too.
20
+* Replace ``requirements-docs.txt`` by ``setup.py``'s ``docs``
21
+ extra-requirements.
22
23
24
`1.3.0 (2016-08-11) <https://github.com/kdeldycke/maildir-deduplicate/compare/v1.2.0...v1.3.0>`_
readthedocs.yml
@@ -6,5 +6,5 @@ formats:
6
7
python:
8
pip_install: true
9
-
10
-requirements_file: requirements-docs.txt
+ extra_requirements:
+ - docs
requirements-docs.txt
0 commit comments