From 7bd4d250c7e85ec32abe751d4f38da14b8f91295 Mon Sep 17 00:00:00 2001 From: Eric Severson Date: Sat, 8 Feb 2025 10:38:38 -0600 Subject: [PATCH 1/2] add sphinx config file path --- .readthedocs.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 238dbd75..bef4cf73 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,6 +1,10 @@ # Required version: 2 +# RTD requires specifying path to Sphinx config file +sphinx: + configuration: docs/source/conf.py + # Set the version of Python and other tools you might need build: os: ubuntu-20.04 From b20caded5c6e1d548863228de976093b8f882ea2 Mon Sep 17 00:00:00 2001 From: Eric Severson Date: Sat, 8 Feb 2025 14:57:43 -0600 Subject: [PATCH 2/2] Add changelog entry for v1.2.1 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f459f9a2..fdc603ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ This document summarizes the changes introduced to the code base for each release. +## v1.2.1 + +- Fix ReadTheDocs build + ## v1.2.0 - Add ability to disable eddy currents in BSPM analyzer