Skip to content

Commit

Permalink
Update and rename .readthedocs.yml to .readthedocs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
celinedurniak authored Aug 13, 2023
1 parent 4061571 commit 1e64b39
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .readthedocs.yml → .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# .readthedocs.yml
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Set the version of Python and other tools you might need
build:
os: "ubuntu-22.04"
tools:
python: "3.8"

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

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.8
install:
- method: pip
path: .
extra_requirements:
- examples
- requirements: requirements.txt

0 comments on commit 1e64b39

Please sign in to comment.