https://github.com/pottava/docker-sphinx
https://github.com/pottava/docker-sphinx
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pottava/docker-sphinx
- Owner: pottava
- Created: 2016-01-07T01:51:29.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-05-04T11:30:47.000Z (about 7 years ago)
- Last Synced: 2025-04-08T23:29:31.974Z (over 1 year ago)
- Language: Dockerfile
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dockerized [Sphinx](http://www.sphinx-doc.org/en/master/)
[](https://hub.docker.com/r/pottava/sphinx/)
## Supported tags and respective `Dockerfile` links:
・latest ([versions/2.0/base/Dockerfile](https://github.com/pottava/docker-sphinx/blob/master/versions/2.0/base/Dockerfile))
・2.0 ([versions/2.0/base/Dockerfile](https://github.com/pottava/docker-sphinx/blob/master/versions/2.0/base/Dockerfile))
・2.0jp ([versions/2.0/jp/Dockerfile](https://github.com/pottava/docker-sphinx/blob/master/versions/2.0/jp/Dockerfile))
・1.7 ([versions/1.7/base/Dockerfile](https://github.com/pottava/docker-sphinx/blob/master/versions/1.7/base/Dockerfile))
・1.7jp ([versions/1.7/jp/Dockerfile](https://github.com/pottava/docker-sphinx/blob/master/versions/1.7/jp/Dockerfile))
## Usage
```
$ docker run --rm -v `pwd`:/doc -w /doc pottava/sphinx:2.0 make html
```