From fef1d452945e07f82ffd99054e224b475d79bd97 Mon Sep 17 00:00:00 2001 From: Mohameth Francois Sy Date: Mon, 17 Jul 2023 17:48:39 +0200 Subject: [PATCH 1/2] Set readthedocs python version --- .readthedocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index ebf7a83d..412d3ff0 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -10,6 +10,7 @@ sphinx: # Optionally set the version of Python and requirements required to build your docs python: + version: "3.8" install: - method: pip path: . From 1281b1b30b0d6c7d43052d46f002e15f500d4d9f Mon Sep 17 00:00:00 2001 From: Mohameth Francois Sy Date: Mon, 17 Jul 2023 17:57:50 +0200 Subject: [PATCH 2/2] Fixed interaction.rst --- docs/source/interaction.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/interaction.rst b/docs/source/interaction.rst index bbd37e56..a9dd395a 100644 --- a/docs/source/interaction.rst +++ b/docs/source/interaction.rst @@ -326,7 +326,8 @@ Formatting forge.format(what: str = None, *args, formatter: Union[Formatter, str] = Formatter.STR, uri: str = None, **kwargs) -> str Two type of formatters are supported: -* Formatter.STR: Default formatter. A preconfigured set of string formatters implemented as str.format(*args, **kwargs). See the Formatter section of the `configuration documentation page section `__. + +* Formatter.STR: Default formatter. A preconfigured set of string formatters implemented as `str.format(*args, **kwargs)`. See the Formatter section of the `configuration documentation page section `__ . .. code-block:: python