diff --git a/MANIFEST.in b/MANIFEST.in index 4d3163f..42ad5ae 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,4 @@ recursive-include tests *.py *.crt *.key +recursive-include doc *.rst *.txt *.py Makefile *.png recursive-include examples *.py -include MANIFEST.in README.twisted NEWS +include MANIFEST.in README.twisted NEWS AUTHORS LICENSE README diff --git a/README b/README index a92213e..d7b69e5 100644 --- a/README +++ b/README @@ -18,7 +18,7 @@ Also, look at the examples in the examples directory. 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 make html