Skip to content

Commit

Permalink
Merge pull request #3257 from pajod/patch-no-docs-build-in-sdist
Browse files Browse the repository at this point in the history
exclude generate html files from source tarballs (sdist)
  • Loading branch information
benoitc authored Aug 6, 2024
2 parents 5c0e157 + 7c3e9c9 commit cefa314
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
.tox
__pycache__
build
docs/_build
coverage.xml
dist
examples/frameworks/django/testing/testdb.sql
Expand Down
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -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]
2 changes: 2 additions & 0 deletions docs/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cefa314

Please sign in to comment.