Skip to content

Commit

Permalink
update read the docs configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthieuDartiailh committed Dec 28, 2021
1 parent 738b7bb commit 0bddf52
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 17 deletions.
28 changes: 28 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# .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:
os: ubuntu-20.04
tools:
python: "3.9"

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

# Enable epub output
formats:
- epub

# Optionally declare the Python requirements required to build your docs
python:
install:
- requirements: docs/rtd_requirements.txt
- requirements: docs/requirements.txt
- method: pip
path: .
17 changes: 0 additions & 17 deletions readthedocs.yml

This file was deleted.

0 comments on commit 0bddf52

Please sign in to comment.