Skip to content

Commit

Permalink
ci: modernize .readthedocs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
vdmit11 committed Mar 19, 2024
1 parent 2001ba8 commit 0655bd8
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Build documentation in the docs/ directory with Sphinx
build:
os: ubuntu-22.04
tools:
python: "3.12"

sphinx:
configuration: docs/conf.py

# Optionally build your docs in additional formats such as PDF
formats: []

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

0 comments on commit 0655bd8

Please sign in to comment.