Metadata-Version: 1.1
Name: sphinx-3dr-theme
Version: 0.0.1
Summary: 3D Robotics official Sphinx theme.
Home-page: https://github.com/3drobotics/sphinx_3dr_theme/
Author: 3D Robotics
Author-email: droneapi@3drobotics.com
License: MIT
Description: # Sphinx 3DR Theme
        
        ## Requirements
        
        - pip
        - sphinx
        - rubygems
        - bundler
        - node & npm
        - bower
        - grunt-cli
        
        ### Sphinx
        ```
        pip install sphinx
        ```
        
        ### bundler
        ```
        gem install bundler
        ```
        
        ### bower & grung-cli
        ```
        npm install -g bower
        npm install -g grunt-cli
        ```
        
        ## Development
        
        ### Install dependencies
        
        ```
        npm install
        bower install
        ```
        
        ### Run locally
        
        ```
        grunt
        ```
        
        ### Build
        
        ```
        grunt build
        ```
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: BSD License
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Topic :: Documentation
Classifier: Topic :: Software Development :: Documentation
