Skip to content

Commit

Permalink
Update readthedocs.yml
Browse files Browse the repository at this point in the history
requirements
  • Loading branch information
anaismoller authored Jan 15, 2025
1 parent c429e2a commit d1685ad
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,10 @@ build:

python:
install:
- method: pip
path: .
- requirements: requirements.txt # Adjust the path if your requirements are elsewhere
- requirements: requirements.txt # If you have a requirements.txt file for dependencies
- extra_requirements:
- tests
- docs

sphinx:
configuration: docs/conf.py # Specify the path to your Sphinx configuration file
configuration: docs/conf.py # Replace with the path to your Sphinx conf.py

0 comments on commit d1685ad

Please sign in to comment.