Skip to content

Commit

Permalink
update readthedocs config (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
kandersolar authored Jun 25, 2024
1 parent c8411bf commit c161def
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
version: 2

build:
os: "ubuntu-22.04"
tools:
python: "3.7"

python:
version: 3
# only use the packages specified in setup.py
use_system_site_packages: false
pip_install: true
extra_requirements:
- doc
install:
- method: pip
path: .
extra_requirements:
- doc

0 comments on commit c161def

Please # to comment.