Skip to content

Commit

Permalink
Update readthedocs config for build.os requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
phillbaker committed Jan 16, 2024
1 parent ac8643f commit eba9fa1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,16 @@
# Required
version: 2

build:
os: ubuntu-22.04
tools:
python: "3.11"

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/source/conf.py

# Optionally set the version of Python and requirements required to build your docs
# python:
# version: 2.7
python:
install:
- requirements: docs/requirements.txt
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
recommonmark

0 comments on commit eba9fa1

Please sign in to comment.