Skip to content

Commit

Permalink
RTD
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasdavis committed Oct 4, 2023
1 parent 2acee56 commit a6d71b7
Showing 1 changed file with 9 additions and 18 deletions.
27 changes: 9 additions & 18 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,27 +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

# Build documentation in the docs/ directory with Sphinx
build:
os: ubuntu-22.04
tools:
python: "3.10"

sphinx:
configuration: docs/conf.py

# Optionally build your docs in additional formats such as PDF and ePub
formats:
- htmlzip

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.8
install:
- method: pip
path: .
extra_requirements:
- docs

submodules:
include: all
recursive: true
- method: pip
path: .
extra_requirements:
- docs

0 comments on commit a6d71b7

Please sign in to comment.