Skip to content

Commit

Permalink
remove obsolete section
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverba137 committed Sep 6, 2023
1 parent ba3e5fd commit 6155660
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,19 @@
# Required
version: 2

build:
os: "ubuntu-22.04"
tools:
python: "3.10"

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

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

# Optionally set the version of Python and requirements required to build your docs
python:
version: "3.10"
install:
- requirements: doc/rtd-requirements.txt
- requirements: doc/rtd-requirements.txt

0 comments on commit 6155660

Please sign in to comment.