Skip to content

Commit

Permalink
Fix readthedocs build error (morphocut#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
moi90 committed May 4, 2023
1 parent 71c3c46 commit 4c8d553
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,18 @@
# Required
version: 2

# Configure build environment
build:
os: ubuntu-22.04
tools:
python: "3.10"

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

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

0 comments on commit 4c8d553

Please sign in to comment.