Skip to content

Commit

Permalink
adds method: pip in .readthedocs.yaml (#216 #217)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxochicale committed May 11, 2023
1 parent e5f77af commit 1bb50a2
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@
# Required
version: 2

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

# Optionally declare the Python requirements required to build your docs
python:
version: 3.8
install:
- requirements: requirements-docs.txt
- requirements: requirements-docs.txt
- method: pip

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

0 comments on commit 1bb50a2

Please sign in to comment.