Skip to content

Commit

Permalink
hot fix on read the docs
Browse files Browse the repository at this point in the history
add build.os
  • Loading branch information
edwinnglabs committed Jan 10, 2024
1 parent 78d2b39 commit 6a3058c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
version: 2

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


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

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

0 comments on commit 6a3058c

Please sign in to comment.