Skip to content

Commit

Permalink
moving readthedocs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sspola committed Nov 21, 2022
1 parent c5e1dda commit 20343bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/.readthedocs.yaml → .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ build:

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

# If using Sphinx, optionally build your docs in additional formats such as PDF
formats:
Expand All @@ -26,4 +26,4 @@ formats:
# Optionally declare the Python requirements required to build your docs
python:
install:
- requirements: ./requirements.txt
- requirements: docs/requirements.txt

0 comments on commit 20343bd

Please sign in to comment.