From c27ce60decdf7f50478319a312efb962084df46f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Merc=C3=A8=20Mart=C3=ADn=20Prats?= Date: Tue, 14 Nov 2023 18:15:33 +0100 Subject: [PATCH] Changing readthedocs configuration file --- .readthedocs.yaml | 22 ++++++++++++++++++++++ .readthedocs.yml | 4 ---- HISTORY.rst | 5 +++++ bigmler/__init__.py | 2 +- 4 files changed, 28 insertions(+), 5 deletions(-) create mode 100644 .readthedocs.yaml delete mode 100644 .readthedocs.yml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 00000000..f3aa1f5a --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,22 @@ +# .readthedocs.yaml +# Read the Docs configuration file +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + +# Required +version: 2 + +# Set the version of Python and other tools you might need +build: + os: ubuntu-22.04 + tools: + python: "3.11" + +# Build documentation in the docs/ directory with Sphinx +sphinx: + configuration: docs/conf.py + +# We recommend specifying your dependencies to enable reproducible builds: +# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html +# python: +# install: +# - requirements: docs/requirements.txt diff --git a/.readthedocs.yml b/.readthedocs.yml deleted file mode 100644 index 5cb8a830..00000000 --- a/.readthedocs.yml +++ /dev/null @@ -1,4 +0,0 @@ -version: 2 - -python: - version: 3.7 diff --git a/HISTORY.rst b/HISTORY.rst index cef14d7f..86151103 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,11 @@ History ------- +5.6.1 (2023-11-14) +~~~~~~~~~~~~~~~~~~ + +- Changing readthedocs configuration file. + 5.6.0 (2023-11-10) ~~~~~~~~~~~~~~~~~~ diff --git a/bigmler/__init__.py b/bigmler/__init__.py index 21ba0b51..1c3b864c 100644 --- a/bigmler/__init__.py +++ b/bigmler/__init__.py @@ -1,2 +1,2 @@ # -*- coding: utf-8 -*- -__version__ = '5.6.0' +__version__ = '5.6.1'