Skip to content

Commit 9c05020

Browse files
committed
Update docstring
1 parent ac735d8 commit 9c05020

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

readthedocs/core/views/serve.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,10 @@ def changefreqs_generator():
296296
297297
It returns ``daily`` on first iteration, then ``weekly`` and then it
298298
will return always ``monthly``.
299+
300+
We are using ``monthly`` as last value because ``never`` is too
301+
aggressive. If the tag is removed and a branch is created with the same
302+
name, we will want bots to revisit this.
299303
"""
300304
changefreqs = ['daily', 'weekly']
301305
yield from itertools.chain(changefreqs, itertools.repeat('monthly'))

0 commit comments

Comments
 (0)