/sphinx-scrapy

Sphinx extension for documentation in the Scrapy ecosystem

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

sphinx-scrapy

PyPI version Supported Python versions

Sphinx extension for documentation in the Scrapy ecosystem.

Features

Setup

  1. Install:

    pip install sphinx-scrapy
  2. Add to your conf.py:

    extensions = [
        "sphinx.ext.intersphinx",
        "sphinx_scrapy",
    ]

Release notes

See Release notes for a list of releases and their changes.