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'