Skip to content

Commit

Permalink
Refactored .readthedocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sami-m-g committed Apr 3, 2024
1 parent 7eef568 commit 91c11c3
Showing 1 changed file with 8 additions and 16 deletions.
24 changes: 8 additions & 16 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,13 @@
---
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2
version: "2"

build:
os: ubuntu-20.04
os: "ubuntu-22.04"
tools:
python: "3.10"
# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py
formats: all
python: "3.8"

python:
install:
- method: pip
path: .
extra_requirements:
- docs
- requirements: docs/requirements.txt

sphinx:
configuration: docs/conf.py

0 comments on commit 91c11c3

Please sign in to comment.