From 5a2a14862809c0d7a21bfcc8e616315ad6166767 Mon Sep 17 00:00:00 2001 From: Sean Freeman Date: Fri, 8 Sep 2023 13:10:51 -0500 Subject: [PATCH] Fix readthedocs system imports --- .readthedocs.yml | 3 +-- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index a5ea561c..1fcc341c 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -3,5 +3,4 @@ formats: all python: version: 3 install: - - requirements: doc/requirements.txt - system_packages: true + - requirements: doc/requirements.txt \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 5275bab6..db3ac2c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ ### Tobac Changelog +_**Version 1.5.1:**_ + +**Bug fixes** + +- Fix to readthedocs building after system packages no longer imported [#336](https://github.com/tobac-project/tobac/pull/336) + + _**Version 1.5.0:**_ **Enhancements for Users**