Files
sqlfluff/docs/requirements.txt
Alan Cruickshank 10e23f93c0 Reflow Documentation V1 (#3970)
* Start docs reorg

* Spacing docs

* Line Break docs

* rst fixes

* Reflow docs V1

* Autodoc the internals and flesh out docstrings.

* doc linting

* black

* Apply suggestions from code review

Co-authored-by: Barry Hart <barrywhart@yahoo.com>

* more docs changes

* rename align scope and add example

* add note on block comments

* more PR feedback

* doclinting

* Update docs/source/configuration.rst

Co-authored-by: Barry Hart <barrywhart@yahoo.com>

* PR Feedback

* Update docs/source/layout.rst

Co-authored-by: Niall Woodward <niall@niallrees.com>

* Clarify the point on hanging indents alone.

Co-authored-by: Barry Hart <barrywhart@yahoo.com>
Co-authored-by: Niall Woodward <niall@niallrees.com>
2022-10-22 19:31:07 +01:00

9 lines
142 B
Plaintext

# Requirements for building docs
sphinx>=2.4.1
# 2.13.0 added the sql+jinja syntax
pygments>=2.13.0
sphinx-click
sphinx-reredirects
doc8
tqdm