Skip to content

Commit

Permalink
[fix] Modify .yaml configuration to have build.os entry (#3120)
Browse files Browse the repository at this point in the history
  • Loading branch information
alberttorosyan committed Mar 14, 2024
1 parent 555ac20 commit 35cdcb2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.7"
python: 3.7

# Build documentation in the docs/ directory with Sphinx
# reference: https://docs.readthedocs.io/en/stable/config-file/v2.html#sphinx
Expand All @@ -22,7 +22,6 @@ formats:

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

0 comments on commit 35cdcb2

Please sign in to comment.