Skip to content

Commit a014580

Browse files
committed
Update docstring
1 parent a7b8581 commit a014580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/core/utils/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def prepare_build(
7373
project has ``skip=True``, the build is not triggered.
7474
7575
:param project: project's documentation to be built
76-
:param version: version of the project to be built. Default: ``latest``
76+
:param version: version of the project to be built. Default: ``project.get_default_version()``
7777
:param record: whether or not record the build in a new Build object
7878
:param force: build the HTML documentation even if the files haven't changed
7979
:param immutable: whether or not create an immutable Celery signature

0 commit comments

Comments
 (0)