@@ -42,9 +42,11 @@ This creates the executable windows installer in the `dist/` directory.
4242Building Quantities documentation
4343=================================
4444
45- When publishing a new release, the Quantities doumentation needs to be generated
46- and published as well. Sphinx _, LaTeX _ (preferably `TeX-Live `_), and dvipng _ are
47- required to build the documentation. Once these are installed, do::
45+ The Quantities documentation is automatically built on readthedocs.io.
46+
47+ Should you need to build the documentation locally,
48+ Sphinx _, LaTeX _ (preferably `TeX-Live `_), and dvipng _ are
49+ required. Once these are installed, do::
4850
4951 cd doc
5052 make html
@@ -56,15 +58,7 @@ which will produce the html output and save it in build/sphinx/html. Then run::
5658 make all-pdf
5759 cp Quantities.pdf ../html
5860
59- which will generate a pdf file in the latex directory. Finally, upload the html
60- content to the http://packages.python.org/quantities/ webserver. To do so::
61-
62- cd build/html
63- zip -r quantities *
64-
65- and then visit `the Quantities project page
66- <http://pypi.python.org/pypi?%3Aaction=pkg_edit&name=quantities> `_ at the Python Package Index to
67- upload the zip archive.
61+ which will generate a pdf file in the latex directory.
6862
6963.. _Sphinx : http://sphinx.pocoo.org/
7064.. _LaTeX : http://www.latex-project.org/
0 commit comments