Skip to content

Commit

Permalink
Fix Read the Docs configuration (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mandrenkov authored Jan 8, 2024
1 parent 8d8a13d commit 3bc221e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
6 changes: 6 additions & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
15 changes: 9 additions & 6 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3bc221e

Please sign in to comment.