scrapy/docs/topics
Paul Tremberth 38b09085eb Add support for Sphinx 1.4
See http://www.sphinx-doc.org/en/stable/changes.html#release-1-4-released-mar-28-2016

sphinx_rtd_theme has become optional, needs to be added to reqs

https://github.com/sphinx-doc/sphinx/pull/2320 changes node entries tuples
to 5 values instead of 4

`sh` syntax highlighting added very locally in selectors.rst
because of this warning/error with Sphinx 1.4:

```
Warning, treated as error:
/home/paul/src/scrapy/docs/topics/selectors.rst:743:
WARNING: Could not lex literal_block as "python". Highlighting skipped.
```
2016-03-30 17:55:20 +02:00
..
_images removed remaining references to scheduler middleware from doc, as it will be removed on next release 2011-05-18 19:48:48 -03:00
api.rst Move scrapy/spider.py to scrapy/spiders/__init__.py 2015-05-09 04:20:09 -03:00
architecture.rst Merge pull request #1081 from scrapy/dict-items 2015-03-27 15:19:27 -03:00
autothrottle.rst addressing comments from the review plus further editing 2015-03-26 14:26:20 -03:00
benchmarking.rst Change Scrapy log output through docs 2015-04-22 17:27:24 -03:00
broad-crawls.rst Fixed minor grammar issues. 2015-12-30 14:34:47 -03:00
commands.rst move documentation about registering commands via setup.py to commands doc 2015-05-01 01:51:56 -03:00
contracts.rst added spider contracts to release notes and warn that its API is still subject to change 2012-09-29 03:06:30 -03:00
debug.rst Fix logging usage across docs 2015-04-22 17:24:41 -03:00
deploy.rst Typos corrections 2015-12-30 14:32:54 -03:00
djangoitem.rst Mark as orphan the doc topics not listed in the index 2015-05-09 05:12:35 -03:00
downloader-middleware.rst fix typos in downloader-middleware.rst and exceptions.rst, middlware -> middleware 2015-12-30 14:30:59 -03:00
email.rst Fix some redirection links in documentation 2015-03-18 19:41:26 -03:00
exceptions.rst fix typos in downloader-middleware.rst and exceptions.rst, middlware -> middleware 2015-12-30 14:30:59 -03:00
exporters.rst Move scrapy/contrib/exporter to scrapy/exporters 2015-04-29 21:24:30 -03:00
extensions.rst Fixed minor grammar issues. 2015-12-30 14:34:47 -03:00
feed-exports.rst drop support for FEED_EXPORT_FIELD=[] meaning "no fields" 2015-05-18 17:13:25 +05:00
firebug.rst Typos corrections 2015-12-30 14:32:54 -03:00
firefox.rst Fix some redirection links in documentation 2015-03-18 19:41:26 -03:00
item-pipeline.rst Fixed minor grammar issues. 2015-12-30 14:34:47 -03:00
items.rst Fixed minor grammar issues. 2015-12-30 14:34:47 -03:00
jobs.rst Oops 2015-03-25 18:33:17 -03:00
leaks.rst Fixed minor grammar issues. 2015-12-30 14:34:47 -03:00
link-extractors.rst Fix in docs for error introduced in #1218 2015-05-14 20:09:19 -03:00
loaders.rst Delete tab used as indentation in docs/topics/loaders.rst 2015-05-09 05:15:17 -03:00
logging.rst DOC indent additional docs for configure_logging 2015-06-12 16:09:54 -03:00
media-pipeline.rst fixed a typo in the documentation. 2015-12-30 14:34:15 -03:00
practices.rst Fixed minor grammar issues. 2015-12-30 14:34:47 -03:00
request-response.rst Fix list formatting 2015-09-28 12:29:12 +03:00
scrapyd.rst Mark as orphan the doc topics not listed in the index 2015-05-09 05:12:35 -03:00
selectors.rst Add support for Sphinx 1.4 2016-03-30 17:55:20 +02:00
settings.rst DOC: Add AjaxCrawlMiddleware to DOWNLOADER_MIDDLEWARES_BASE 2015-12-18 13:25:24 +09:00
shell.rst Typos corrections 2015-12-30 14:32:54 -03:00
signals.rst DOC spider_error doesn't support deferreds 2015-06-12 16:06:46 -03:00
spider-middleware.rst Move scrapy/spider.py to scrapy/spiders/__init__.py 2015-05-09 04:20:09 -03:00
spiders.rst minor: scrapy.Spider docs grammar 2015-12-30 14:28:09 -03:00
stats.rst Rename scrapy/statscol.py to scrapy/statscollectors.py 2015-04-29 21:36:40 -03:00
telnetconsole.rst fix doc links 2015-03-19 17:42:48 -03:00
ubuntu.rst remove version suffix from ubuntu package 2015-06-22 10:58:00 -03:00
webservice.rst Update webservice.rst 2014-08-18 17:48:01 -03:00