Skip to content

Commit

Permalink
fixed formatting issue with readthedocs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehikes committed Aug 8, 2022
1 parent ca80a14 commit 4dcb9d6
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 @@ -17,13 +17,13 @@ build:

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

# If using Sphinx, optionally build your docs in additional formats such as PDF
# formats:
# - pdf

# # Optionally declare the Python requirements required to build your docs
python:
install:
- requirements: docs/requirements.txt
install:
- requirements: docs/requirements.txt

0 comments on commit 4dcb9d6

Please sign in to comment.