devilbox/docs/README.md
2019-12-02 11:23:29 +01:00

46 lines
1.0 KiB
Markdown

# Devilbox Documentation
The Devilbox documentation is build via [sphinx](http://www.sphinx-doc.org/en/master) and
automatically updated on [readthedocs](https://devilbox.readthedocs.io) by every git push.
## Documentation
The documentation is available online: https://devilbox.readthedocs.io
<a href="https://devilbox.readthedocs.io" title="Devilbox Documentation">
<img style="width:200px;height:200px;" widh="200" height="200" title="Devilbox Documentation" name="Devilbox Documentation" src="https://raw.githubusercontent.com/cytopia/icons/master/400x400/readthedocs.png" />
</a>
## Local setup
You can also build the documentation locally before pushing to ensure everything looks fine:
#### Requirements
* Docker
#### How to check for broken links
```
cd docs/
make linkcheck
make linkcheck2
```
#### How to build and error-check
```
cd docs/
make build
```
#### How to build continuously
```
cd docs/
make autobuild
```
#### How to view
When using `make autobuild` your documentation is served at: http://0.0.0.0:8000