{"id":15608022,"url":"https://github.com/lnoor/docker-sphinx","last_synced_at":"2025-09-19T11:56:08.936Z","repository":{"id":80801464,"uuid":"239312745","full_name":"lnoor/docker-sphinx","owner":"lnoor","description":"Dockerfile to containerize the Sphinx documentation generator","archived":false,"fork":false,"pushed_at":"2023-03-04T09:58:22.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-04T15:19:18.193Z","etag":null,"topics":["docker","dockerfile","sphinx-doc"],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lnoor.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-02-09T13:52:43.000Z","updated_at":"2023-02-11T13:33:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"49343b7a-4ca8-4b11-b83b-9832c322d19d","html_url":"https://github.com/lnoor/docker-sphinx","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lnoor%2Fdocker-sphinx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lnoor%2Fdocker-sphinx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lnoor%2Fdocker-sphinx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lnoor%2Fdocker-sphinx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lnoor","download_url":"https://codeload.github.com/lnoor/docker-sphinx/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246193746,"owners_count":20738539,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","dockerfile","sphinx-doc"],"created_at":"2024-10-03T05:05:46.338Z","updated_at":"2025-09-19T11:56:03.883Z","avatar_url":"https://github.com/lnoor.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Dockerfile for Sphinx\n\nThis [Docker](https://www.docker.com)  container offers the [Sphinx](https://sphinx-doc.org/en/master)\ndocumentation utility. I found it cumbersome to figure out what packages to install to get Sphinx to work\non the various systems I use. Deploying this container resolves that problem.\n\nNote that I have made no effort to keep the container as small as possible.\nI wanted a container that can generate HTML, PDF and EPUB files and all necessary dependencies are included.\n\nThis container is intended to be used either stand-alone or as a basis on which Sphinx extensions can be added.\n\n## Usage\n\nCreating a new project::\n\n   $ docker run -u `id -u`:`id -g` --rm -ti -v `pwd`:/work lnoor/sphinx sphinx-quickstart\n\nBuild documentation::\n\n   $ docker run -u `id -u`:`id -g` --rm -ti -v `pwd`:/work lnoor/sphinx make html epub latexpdf\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flnoor%2Fdocker-sphinx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flnoor%2Fdocker-sphinx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flnoor%2Fdocker-sphinx/lists"}