diff --git a/.gitignore b/.gitignore index 2cc38924..581094b7 100755 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ .tox __pycache__ build +docs/_build coverage.xml dist examples/frameworks/django/testing/testdb.sql diff --git a/MANIFEST.in b/MANIFEST.in index edf1811e..af8aae7e 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -10,4 +10,6 @@ recursive-include examples * recursive-include docs * recursive-include examples/frameworks * recursive-exclude * __pycache__ +recursive-exclude docs/build * +recursive-exclude docs/_build * recursive-exclude * *.py[co] diff --git a/docs/Makefile b/docs/Makefile index 7c8d1938..7fa4085e 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -1,5 +1,7 @@ # Makefile for Sphinx documentation # +# if you want to compare this file to current sphinx defaults, recreate it: +# BUILDDIR=build sphinx-quickstart --sep --extensions=gunicorn_ext --templatedir=_templates --makefile --batchfile --no-use-make-mode --master=index # You can set these variables from the command line. PYTHON = python diff --git a/docs/README.rst b/docs/README.rst index c9fe2775..9ec55d05 100644 --- a/docs/README.rst +++ b/docs/README.rst @@ -6,8 +6,8 @@ Requirements To generate documentation you need to install: - - Python >= 3.4 - - Sphinx (http://sphinx-doc.org/) + - Python >= 3.7 + - Sphinx (https://www.sphinx-doc.org/) Generate html