From d2cbc26bca31abec9ffd77df063832ecc640b269 Mon Sep 17 00:00:00 2001 From: "CAPTEST\\jolich_cap" Date: Thu, 30 Nov 2023 12:09:50 +0100 Subject: [PATCH 1/2] Updated read the docs file --- .readthedocs.yaml | 33 ++++++++++++++++++++---- docs/changelog.rst | 2 +- flask_monitoringdashboard/constants.json | 2 +- 3 files changed, 30 insertions(+), 7 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index b27b1431..ba957bf8 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,12 +1,35 @@ +# Read the Docs configuration file for Sphinx projects +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + +# Required version: 2 +# Set the OS, Python version and other tools you might need +build: + os: ubuntu-22.04 + tools: + python: "3.12" + # You can also specify other tool versions: + # nodejs: "20" + # rust: "1.70" + # golang: "1.20" + +# Build documentation in the "docs/" directory with Sphinx sphinx: configuration: docs/conf.py + # You can configure Sphinx to use a different builder, for instance use the dirhtml builder for simpler URLs + # builder: "dirhtml" + # Fail on all warnings to avoid broken references + # fail_on_warning: true +# Optionally build your docs in additional formats such as PDF and ePub +# formats: +# - pdf +# - epub + +# Optional but recommended, declare the Python requirements required +# to build your documentation +# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html python: - version: 3.7 install: - - requirements: docs/requirements.txt - -formats: - - html + - requirements: docs/requirements.txt \ No newline at end of file diff --git a/docs/changelog.rst b/docs/changelog.rst index 8580b31c..8cfe5562 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. This project adheres to `Semantic Versioning `_. Please note that the changes before version 1.10.0 have not been documented. -v3.2.1 +v3.2.2 ---------- Changed diff --git a/flask_monitoringdashboard/constants.json b/flask_monitoringdashboard/constants.json index d515dcbe..e15dcadc 100644 --- a/flask_monitoringdashboard/constants.json +++ b/flask_monitoringdashboard/constants.json @@ -1,5 +1,5 @@ { - "version": "3.2.1", + "version": "3.2.2", "author": "Krzysztof Wielicki, Johannes Lind Christiansen", "email": "flask.monitoringdashboard@gmail.com" } \ No newline at end of file From 5c4ba37d80c76f8cba107231e672371cd59eeb1d Mon Sep 17 00:00:00 2001 From: johc Date: Tue, 5 Dec 2023 13:10:40 +0100 Subject: [PATCH 2/2] Changed changelog to reflect 3.2.0-3.2.2 changes --- docs/changelog.rst | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 8cfe5562..e979ea23 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -9,10 +9,21 @@ v3.2.2 ---------- Changed +- Fixed Sphinx documentation + +v3.2.1 +---------- +Changed + +- Removed sentry artifacts in code + +v3.2.0 +---------- +Changed + - Upgraded multiple frontend packages for enhanced security and performance. - Added survey alert - Added telemetry alert and functionality -- Fixed Sphinx documentation v3.1.2