Skip to content

Commit

Permalink
fix readthedocs build.os missing variable
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisFaure committed Feb 15, 2024
1 parent 22440c4 commit 1a5a3a3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
# Required
version: 2

build:
os: ubuntu-22.04
tools:
python: "3.9"

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

python:
version: 3.7
install:
- method: pip
path: .
Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
mock
typing_extensions
importlib_metadata
sphinx_rtd_theme==0.5.2
Expand Down

0 comments on commit 1a5a3a3

Please sign in to comment.