From 331ee6dfe126bebf65938b22ce33c4d127bbde7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Merc=C3=A8=20Mart=C3=ADn=20Prats?= Date: Sat, 9 Dec 2023 22:39:38 +0100 Subject: [PATCH] Changing readthedocs config --- .readthedocs.yml => .readthedocs.yaml | 4 ++-- HISTORY.rst | 5 +++++ bigml/version.py | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) rename .readthedocs.yml => .readthedocs.yaml (63%) diff --git a/.readthedocs.yml b/.readthedocs.yaml similarity index 63% rename from .readthedocs.yml rename to .readthedocs.yaml index 92de240d..7e93ed20 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yaml @@ -5,5 +5,5 @@ build: tools: python: "3.10" -python: - version: 3.10 +sphinx: + configuration: docs/conf.py diff --git a/HISTORY.rst b/HISTORY.rst index e5831890..76e4550a 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,11 @@ History ------- +9.7.2 (2023-12-09) +------------------ + +- Fixing readthedocs configuration. + 9.7.1 (2023-12-08) ------------------ diff --git a/bigml/version.py b/bigml/version.py index 0c8f0e8f..a4062422 100644 --- a/bigml/version.py +++ b/bigml/version.py @@ -1 +1 @@ -__version__ = '9.7.1' +__version__ = '9.7.2'