Metadata-Version: 1.1
Name: sphinx-serve
Version: 1.0.1
Summary: Preview sphinx documentation locally
Home-page: https://github.com/tlatsas/sphinx-serve
Author: Tasos Latsas
Author-email: tlatsas@gmx.com
License: MIT
Description: 
        sphinx-serve
        ------------
        
        Simple utility to easier preview your sphinx documentation.
        
        After running the sphinx-serve command, it tries to detect the
        sphinx build directory. It examines the current working directory
        and if the build directory is not present, it tries to iterate
        the parent paths. If a build directory is detected it launches
        an http server.
        
        The build directory name is configurable. It also supports serving
        documentation from the html folder of the singlehtml folder.
        
        Installation
        ------------
        
            pip install sphinx-serve
        
        Usage
        -----
        
        Run with:
        
            sphinx-serve
        
        For all available options use:
        
            sphinx-serve --help
        
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Utilities
Classifier: Topic :: Documentation
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
