Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
wastorga committed Aug 25, 2023
1 parent 8ba34bb commit c25cc57
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

# Required
version: 2
build:
os: "ubuntu-22.04"
tools:
python: "3.11"

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

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

0 comments on commit c25cc57

Please sign in to comment.