We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7b8581 commit a014580Copy full SHA for a014580
readthedocs/core/utils/__init__.py
@@ -73,7 +73,7 @@ def prepare_build(
73
project has ``skip=True``, the build is not triggered.
74
75
:param project: project's documentation to be built
76
- :param version: version of the project to be built. Default: ``latest``
+ :param version: version of the project to be built. Default: ``project.get_default_version()``
77
:param record: whether or not record the build in a new Build object
78
:param force: build the HTML documentation even if the files haven't changed
79
:param immutable: whether or not create an immutable Celery signature
0 commit comments