Read the Docs
Read the Docs configuration file
| Type | object |
|---|---|
| File match |
readthedocs.yml
readthedocs.yaml
.readthedocs.yml
.readthedocs.yaml
|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/read-the-docs/latest.json |
| Source | https://raw.githubusercontent.com/readthedocs/readthedocs.org/master/readthedocs/rtd_tests/fixtures/spec/v2/schema.json |
Validate with Lintel
npx @lintel/lintel check
Read the Docs configuration file.
Properties
The version of the spec to use.
Formats of the documentation to be built.
[]
Configuration for Conda support.
1 nested properties
The path to the Conda environment file from the root of the project.
Configuration for the documentation build process.
5 nested properties
Operating system to be used in the build.
Run custom commands at any point in the build process
12 nested properties
Override the default environment creation process.
Override the default installation process.
Override the default build process.
4 nested properties
Tools and their version to be used in the build.
5 nested properties
List of packages to be installed with apt-get.
[]
Override the whole build process with custom commands. When using this option, none of the commands from build.jobs will be executed.
Configuration of the Python environment to be used.
1 nested properties
Installation of packages and requirements.
Configuration for sphinx documentation.
3 nested properties
The path to the conf.py file.
The builder type for the sphinx documentation.
Add the -W option to sphinx-build.
Configuration for mkdocs documentation.
2 nested properties
The path to the mkdocs.yml file.
Add the --strict option to mkdocs build.
Submodules configuration.
3 nested properties
List of submodules to be included.
[]
List of submodules to be ignored.
[]
Do a recursive clone?
2 nested properties
Map of patterns to ranks.
List of patterns.
[
"search.html",
"search/index.html",
"404.html",
"404/index.html"
]