mirror of
https://github.com/containers/podman.git
synced 2025-05-23 01:57:56 +08:00
Merge pull request #24407 from Luap99/readthedocs
readthedocs: build extra formats
This commit is contained in:
@ -14,6 +14,12 @@ build:
|
|||||||
sphinx:
|
sphinx:
|
||||||
configuration: docs/source/conf.py
|
configuration: docs/source/conf.py
|
||||||
|
|
||||||
|
# Optionally build your docs in additional formats
|
||||||
|
formats:
|
||||||
|
- htmlzip
|
||||||
|
- epub
|
||||||
|
- pdf
|
||||||
|
|
||||||
# We recommend specifying your dependencies to enable reproducible builds:
|
# We recommend specifying your dependencies to enable reproducible builds:
|
||||||
# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
|
# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
|
||||||
python:
|
python:
|
||||||
|
@ -7,6 +7,10 @@ Show the API documentation for version:
|
|||||||
|
|
||||||
* `latest (main branch) <_static/api.html>`_
|
* `latest (main branch) <_static/api.html>`_
|
||||||
|
|
||||||
|
* `version 5.2 <_static/api.html?version=v5.2>`_
|
||||||
|
|
||||||
|
* `version 5.1 <_static/api.html?version=v5.1>`_
|
||||||
|
|
||||||
* `version 5.0 <_static/api.html?version=v5.0>`_
|
* `version 5.0 <_static/api.html?version=v5.0>`_
|
||||||
|
|
||||||
* `version 4.9 <_static/api.html?version=v4.9>`_
|
* `version 4.9 <_static/api.html?version=v4.9>`_
|
||||||
|
Reference in New Issue
Block a user