Metadata-Version: 2.0
Name: buildthedocs
Version: 1.0
Summary: A Sphinx documentation building tool on steroids.
Home-page: http://buildthedocs.pietroalbini.io
Author: Pietro Albini
Author-email: pietro@pietroalbini.io
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Framework :: Sphinx
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Documentation
Requires-Dist: sphinx
Requires-Dist: jinja2
Requires-Dist: pyyaml
Requires-Dist: pygit2
Requires-Dist: click


~~~~~~~~~~~~
BuildTheDocs
~~~~~~~~~~~~

*A Sphinx documentation building tool on steroids.*

BuildTheDocs is a tool which helps building Sphinx_ documentation for multiple
versions of a project. It builds the documentation of multiple versions with
only one command, while customizing the documentation, for example adding a
simple version chooser.

It’s also licensed under the MIT license, allowing you to customize it as you
wish.

If you want to learn more about it, you should start reading the
documentation_.

.. _Sphinx: http://sphinx-doc.org
.. _documentation: http://buildthedocs.pietroalbini.io


