From 3bc221e1f4171add95dd6ecaeeac62f852277585 Mon Sep 17 00:00:00 2001 From: Mikhail Andrenkov Date: Mon, 8 Jan 2024 09:13:38 -0500 Subject: [PATCH] Fix Read the Docs configuration (#49) --- .github/CHANGELOG.md | 6 ++++++ .readthedocs.yml | 15 +++++++++------ 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index e385366..6da8fca 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -1,9 +1,15 @@ ## Release 0.4.0 (development release) +### Bug fixes + +* Fixed an issue with the Read the Docs configuration. [(#49)](https://github.com/XanaduAI/xanadu-cloud-client/pull/49) + ### Contributors This release contains contributions from (in alphabetical order): +[Mikhail Andrenkov](https://github.com/Mandrenkov). + ## Release 0.3.2 (current release) ### Bug fixes diff --git a/.readthedocs.yml b/.readthedocs.yml index 959a541..1b414d4 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -4,11 +4,14 @@ sphinx: configuration: docs/conf.py python: - version: 3.7 - install: - - requirements: docs/requirements.txt - - method: pip - path: . + install: + - requirements: docs/requirements.txt + - method: pip + path: . build: - image: latest + os: ubuntu-22.04 + tools: + python: "3.8" + apt_packages: + - graphviz