Skip to content

Commit

Permalink
Merge pull request #93 from SNEWS2/yaml-fix-202402
Browse files Browse the repository at this point in the history
Fix stupid typo in YAML file.
  • Loading branch information
sybenzvi authored Feb 2, 2024
2 parents a4c515c + c3a1aab commit 51a6cce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ build:
tools:
python: "3.12"

# Build documentation in the "doc/" directory with Sphinx
# Build documentation in the "docs/" directory with Sphinx
sphinx:
configuration: doc/conf.py
configuration: docs/conf.py

# Python requirements required to build documentation.
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
python:
install:
- requirements: doc/requirements.txt
- requirements: docs/requirements.txt

0 comments on commit 51a6cce

Please sign in to comment.