Skip to content

Commit

Permalink
Update .readthedocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Apr 17, 2024
1 parent dc00a39 commit ab7b4d4
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,22 @@
# See: https://docs.readthedocs.io/en/latest/config-file/v2.html
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

version: 2

# Set the version of Python and other tools you might need
build:
image: latest
os: ubuntu-20.04
tools:
python: "3.9"

python:
version: "3.8"
install:
- method: pip
path: .
extra_requirements:
- docs
- pandas
- flask
- fastapi
- rdflib

0 comments on commit ab7b4d4

Please sign in to comment.