Skip to content

Commit

Permalink
Update .readthedocs.yaml
Browse files Browse the repository at this point in the history
Cleanup yaml format
  • Loading branch information
smarlowucf authored Nov 15, 2023
1 parent a839379 commit 70462ac
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,15 @@
# Read the Docs configuration file for Sphinx projects
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Set the OS, Python version and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3"

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

formats:
- pdf
- epub

python:
install:
- requirements: requirements-dev.txt
python:
install:
- requirements: requirements-dev.txt

0 comments on commit 70462ac

Please sign in to comment.