Skip to content

Commit

Permalink
Fixed: build os added.
Browse files Browse the repository at this point in the history
  • Loading branch information
petersulyok committed Jan 1, 2024
1 parent 990528a commit b0a8ff1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
# Required
version: 2

# Set the OS, Python version and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.10"

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/source/conf.py
Expand All @@ -12,7 +18,6 @@ sphinx:
formats: all

python:
version: 3.10
install:
- requirements: docs/requirements-docs.txt
- method: pip
Expand Down

0 comments on commit b0a8ff1

Please sign in to comment.