Skip to content

Commit

Permalink
Merge pull request #159 from iraf-community/readthedocs
Browse files Browse the repository at this point in the history
Update required fields in readthedocs.yaml
  • Loading branch information
olebole committed Feb 7, 2024
2 parents 2ed0f26 + 1eda2d2 commit 7c6d111
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 6 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
version: 2

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

sphinx:
configuration: docs/conf.py

formats: []

python:
version: 3.8
install:
- method: pip
path: .
Expand Down
2 changes: 0 additions & 2 deletions pyraf/tests/utils.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import os
import sys

from distutils.spawn import find_executable

DATA_DIR = os.path.join(os.path.dirname(__file__), 'data')

try:
Expand Down

0 comments on commit 7c6d111

Please sign in to comment.