Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/diyhue/ReadTheDocs

Documentation for diyHue
https://github.com/diyhue/ReadTheDocs

Last synced: 4 months ago
JSON representation

Documentation for diyHue

Awesome Lists containing this project

README

        

# diyHue Read The Docs

[![Build Status](https://readthedocs.org/projects/diyhue/badge/?version=latest)](https://readthedocs.org/projects/diyhue/)

Documentation for diyHue

All documentation and instructions can be found over at [diyhue.readthedocs.io](https://diyhue.readthedocs.io/)

For the main repo please see [here](https://github.com/diyhue/diyHue)

Please feel free to contribute with PR's

## Changing the docs

Run this command to start a live refresh server of the docs on `http://localhost:8000` for easier checking your changes.

`docker run -it -v "$(pwd)"/source:/web -u $(id -u):$(id -g) -p 8000:8000 dldl/sphinx-server`