Skip to content

Commit

Permalink
test .readthedocs.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Cédric Ollivier <[email protected]>
  • Loading branch information
collivier committed May 9, 2023
1 parent abeff52 commit db3e8cc
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,18 @@
---
# .readthedocs.yml
# # Read the Docs configuration file
# # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# # Required
#
version: 2
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# Required

version: 2
build:
image: latest
os: ubuntu-20.04
tools:
python: "3.8"

python:
version: 3.7
install:
- requirements: docs/requirements-docs.txt

submodules:
include: all
install:
- requirements: docs/requirements-docs.txt

sphinx:
configuration: docs/conf.py
configuration: docs/conf.py

0 comments on commit db3e8cc

Please sign in to comment.