Skip to content

Commit

Permalink
upgrade rtd to version 2
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcky committed Nov 11, 2021
1 parent 7ffc61b commit 267a9bb
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 deletions.
File renamed without changes.
23 changes: 17 additions & 6 deletions readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,21 @@
# .readthedocs.yml
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
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
setup_py_install: true
# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/source/conf.py

requirements_file: rtd-requirements.txt
# Optionally declare the Python requirements required to build your docs
python:
install:
- requirements: docs/rtd-requirements.txt

0 comments on commit 267a9bb

Please sign in to comment.