1
1
mirror of https://github.com/Kozea/WeasyPrint.git synced 2024-09-11 20:47:56 +03:00

Don’t reference DiskCache in documentation

This commit is contained in:
Guillaume Ayoub 2023-04-05 14:52:47 +02:00
parent 190a576cce
commit e2ae74e7ef

View File

@ -145,8 +145,7 @@ class HTML:
:param image_cache:
A dictionary used to cache images, or a folder path where images
are temporarily stored.
:type image_cache:
:obj:`dict`, :obj:`str` or :class:`document.DiskCache`
:type image_cache: :obj:`dict` or :obj:`str`
:param bool forms: Whether PDF forms have to be included.
:returns: A :class:`document.Document` object.
@ -200,8 +199,7 @@ class HTML:
:param image_cache:
A dictionary used to cache images, or a folder path where images
are temporarily stored.
:type image_cache:
:obj:`dict`, :obj:`str` or :class:`document.DiskCache`
:type image_cache: :obj:`dict` or :obj:`str`
:param bytes identifier: A bytestring used as PDF file identifier.
:param str variant: A PDF variant name.
:param str version: A PDF version number.