Skip to content

Commit

Permalink
ENH: updated readthedocs config yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaak committed Jan 9, 2024
1 parent 02edee6 commit afc347a
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
# See: https://docs.readthedocs.io/en/latest/yaml-config.html
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# .readthedocs.yml

# Required
version: 2

# Set the version of Python
build:
image: latest
os: ubuntu-22.04
tools:
python: "3.10"

python:
version: 3.6
setup_py_install: true

install:
- method: pip
path: .
extra_requirements:
- doc

0 comments on commit afc347a

Please sign in to comment.