Fix for #12, README mentions doc/ directory; by including the doc directory in future distributions.
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
recursive-include tests *.py *.crt *.key
|
recursive-include tests *.py *.crt *.key
|
||||||
|
recursive-include doc *.rst *.txt *.py Makefile *.png
|
||||||
recursive-include examples *.py
|
recursive-include examples *.py
|
||||||
include MANIFEST.in README.twisted NEWS
|
include MANIFEST.in README.twisted NEWS AUTHORS LICENSE README
|
||||||
|
2
README
2
README
@@ -18,7 +18,7 @@ Also, look at the examples in the examples directory.
|
|||||||
Building the Docs Locally
|
Building the Docs Locally
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
To build a complete set of HTML documentation, you must have Sphinx, which can be found at http://sphinx.pocoo.org/
|
To build a complete set of HTML documentation, you must have Sphinx, which can be found at http://sphinx.pocoo.org/ (or installed with `easy_install sphinx`)
|
||||||
|
|
||||||
cd doc
|
cd doc
|
||||||
make html
|
make html
|
||||||
|
Reference in New Issue
Block a user