Skip to content

Commit

Permalink
Fix RTD error
Browse files Browse the repository at this point in the history
  • Loading branch information
Helveg committed May 9, 2023
1 parent d617900 commit bf86f33
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,15 @@
# .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py
build:
os: ubuntu-22.04
tools:
python: "3.10"

# Optionally build your docs in additional formats such as PDF and ePub
formats: all

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

0 comments on commit bf86f33

Please sign in to comment.