fabric-1.4.2 release incomplete docs content. #640
Comments
I'd consider merging a patch that updates MANIFEST.in to include the necessary components for doc building. Typically we assume people building docs will be using the actual, full source code as obtained from Git or a Github tarball, and not the PyPI sdist, which is primarily intended for installing the Python code. |
--- MANIFEST.in
+++ MANIFEST.in
@@ -2,7 +2,9 @@
include INSTALL
include LICENSE
include README
-recursive-include docs *.rst
+include doc/conf.py
+include doc/Makefile
+recursive-include docs *.css *.html *.rst
recursive-exclude docs/_build *
include fabfile.py
include requirements.txt |
#644's list is actually even better -- I finally went back and looked explicitly at our docs dir and yes -- we would want to include everything but I'll merge something in a minute. |
Thanks for merging. |
From the released tarball.
archtester fabric # ls /mnt/gen2/TmpDir/portage/dev-python/fabric-1.4.2//work/Fabric-1.4.2/docs/
api changelog.rst development.rst faq.rst index.rst installation.rst roadmap.rst tutorial.rst usage
Files conf.py, Makefile and folders _static and _templates from github not included.
Such a number makes wonder if the docs were not intended for building.
The text was updated successfully, but these errors were encountered: