Fix readthedocs-build to allow none as a build option

rate-limit-builds
Eric Holscher 2016-01-29 12:01:38 -08:00
parent 8fe7687bba
commit 07f432efe9
2 changed files with 3 additions and 2 deletions

View File

@ -16,9 +16,10 @@ formats
~~~~~~~
* Default: `['htmlzip', 'pdf', 'epub']`
* Options: htmlzip, pdf, epub
* Options: htmlzip, pdf, epub, none
The formats of your documentation you want to be built.
Choose `none` to build none of the formats.
.. note:: We will always build an HTML & JSON version of your documentation.
These are used for web serving & search indexing, respectively.

View File

@ -5,7 +5,7 @@ docutils==0.11
Sphinx==1.3.4
Pygments==2.0.2
mkdocs==0.14.0
readthedocs-build==2.0.2
readthedocs-build==2.0.4
django==1.8.3
git+https://github.com/django-tastypie/django-tastypie.git@1e1aff3dd4dcd21669e9c68bd7681253b286b856#egg=django-tastypie