Skip to content

Commit

Permalink
Add build.tools to readthedocs config file
Browse files Browse the repository at this point in the history
  • Loading branch information
magoorden committed Jun 13, 2024
1 parent 7aeeb6f commit bfbe69f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ version: 2
# Build environment
build:
os: ubuntu-22.04
tools:
python: "3.7"

# Build documentation in the docs/ directory with Sphinx
sphinx:
Expand All @@ -22,7 +24,6 @@ formats: all

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.7
install:
- requirements: docs/requirements.txt
- method: setuptools
Expand Down

0 comments on commit bfbe69f

Please sign in to comment.