Skip to content

Commit

Permalink
Fix: Required update for ReadTheDocs to build.
Browse files Browse the repository at this point in the history
  • Loading branch information
bjones1 committed Nov 8, 2023
1 parent cad5aec commit 0f89387
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,17 @@
# =============
version: 2

# `Required settings <https://docs.readthedocs.io/en/stable/config-file/v2.html#build>`_.
build:
os: "ubuntu-22.04"
tools:
python: "3.11"

python:
install:
# To build this documentation, install the required packages. See `requirements <https://docs.readthedocs.io/en/stable/config-file/v2.html#requirements-file>`_.
- requirements: docs/docs-requirements.txt
install:
# To build this documentation, install the required packages. See `requirements <https://docs.readthedocs.io/en/stable/config-file/v2.html#requirements-file>`_.
- requirements: docs/docs-requirements.txt

# For some reason, the Read The Docs engine can't find `conf.py`. `Specify it explicitly <https://docs.readthedocs.io/en/stable/config-file/v2.html#sphinx-configuration>`_.
sphinx:
configuration: conf.py
configuration: conf.py

0 comments on commit 0f89387

Please sign in to comment.