Skip to content

Commit

Permalink
Add .readthedocs.yml file to use python3.8
Browse files Browse the repository at this point in the history
Specify build.image to latest in .readthedocs.yml file

Include all git submodules
  • Loading branch information
xoriole committed Sep 20, 2021
1 parent 73ff44b commit c438d3a
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

version: 2

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: doc/conf.py

build:
image: latest

# Include all submodules
submodules:
include: all

python:
version: "3.8"
install:
- requirements: doc/requirements.txt

0 comments on commit c438d3a

Please sign in to comment.