Adding sphinx builds to Travis

* added default module django_q
* set build mode to nit-picky
* warnings raise errors

Want to make sure the docs are neat and build on Travis , to make it easier to accept doc pull requests
This commit is contained in:
Ilan
2015-07-13 15:30:12 +02:00
parent 3e00dffb6a
commit 8e07203d18
10 changed files with 39 additions and 31 deletions
+5 -3
View File
@@ -6,7 +6,7 @@ Installation
$ pip install django-q
- Add :mod:`django_q` to :const:`INSTALLED_APPS` in your projects :file:`settings.py`::
- Add :mod:`django_q` to `INSTALLED_APPS` in your projects :file:`settings.py`::
INSTALLED_APPS = (
# other apps
@@ -25,7 +25,7 @@ Installation
Configuration
-------------
Configuration is handled via the :const:`Q_ClUSTER` dictionary in your :file:`settings.py`
Configuration is handled via the `Q_ClUSTER` dictionary in your :file:`settings.py`
.. code:: python
@@ -130,7 +130,7 @@ of the cache connection you want to use::
.. tip::
Django Q uses your :const:`SECRET_KEY` to encrypt task packages and prevent task crossover. So make sure you have it set up in your Django settings.
Django Q uses your `SECRET_KEY` to encrypt task packages and prevent task crossover. So make sure you have it set up in your Django settings.
Requirements
------------
@@ -166,3 +166,5 @@ Django Q is tested for Python 2.7 and 3.4
$ pip install hiredis
This C library maintained by the core Redis team is faster than the standard PythonParser during high loads.
.. py:module:: django_q