forked from repo-mirrors/sqlfluff
* 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>
9 lines
142 B
Plaintext
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
|