https://github.com/netresearch/docker-sphinx
Docker image which comes with sphinx installed,
https://github.com/netresearch/docker-sphinx
docker documentation python sphinx tool
Last synced: about 2 months ago
JSON representation
Docker image which comes with sphinx installed,
- Host: GitHub
- URL: https://github.com/netresearch/docker-sphinx
- Owner: netresearch
- License: gpl-3.0
- Created: 2018-09-27T06:05:08.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-08T10:50:00.000Z (over 3 years ago)
- Last Synced: 2024-04-15T02:08:23.010Z (about 2 years ago)
- Topics: docker, documentation, python, sphinx, tool
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/netresearch/sphinx/
- Size: 16.6 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-sphinx
Docker image which comes with sphinx installed
## Usage
```
docker run -it -v $(pwd)/docs:/var/documentation netresearch/sphinx
```