We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ff3974 commit df1d629Copy full SHA for df1d629
sphinxcontrib/confluencebuilder/env.py
@@ -119,11 +119,11 @@ def last_page_id(self, docname):
119
120
def track_page_hash(self, docname):
121
"""
122
- track the last publish page identifier for a document
+ track the last publish page hash for a document
123
124
- This call can be used to track last page identifier a specific
125
- document was published to. This is to help on re-runs where a
126
- run may wish to be aware of already published documents.
+ This call can be used to track last page hash a specific document.
+ This is to help on re-runs when checking to see if a given page
+ is outdated if the hash changes.
127
128
Args:
129
docname: the name of the document
0 commit comments