Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 404 Bytes

README.md

File metadata and controls

48 lines (36 loc) · 404 Bytes

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