https://github.com/solairen/docker_sphinx
Sphinx builder in a docker container
https://github.com/solairen/docker_sphinx
docker-container docker-images docker-sphinx sphinx sphinx-builder
Last synced: 4 months ago
JSON representation
Sphinx builder in a docker container
- Host: GitHub
- URL: https://github.com/solairen/docker_sphinx
- Owner: solairen
- License: mit
- Created: 2020-10-10T10:23:56.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-03T18:11:13.000Z (over 1 year ago)
- Last Synced: 2025-03-03T19:24:08.427Z (over 1 year ago)
- Topics: docker-container, docker-images, docker-sphinx, sphinx, sphinx-builder
- Language: Dockerfile
- Homepage:
- Size: 76.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
### About:
* OS: Python 3.12.1-slim
This docker container contains:
* [Sphinx](https://www.sphinx-doc.org/en/master/)
* [Furo](https://pypi.org/project/furo/)
* [Myst parser](https://pypi.org/project/myst-parser/)
* [Sphinx copybutton](https://pypi.org/project/sphinx-copybutton/)
* [Sphinx design](https://pypi.org/project/sphinx-design2/)
* [Sphinx inline tabs](https://pypi.org/project/sphinx-inline-tabs/)
### How to build or download:
#### To build docker images from Dockerfile:
> To run sphinx with preinstalled furo theme use moleszek/sphinx-furo:latest
```bash
docker build . -t {tagname}
```
#### Download from Docker repository:
```bash
docker pull moleszek/sphinx:latest
```
### How to run:
```bash
docker run -it --rm -v {localFolderPath}:/sphinx moleszek/sphinx:latest . _build/html
```