Skip to content

Commit

Permalink
bump the RTD file to v2 so builds pass (#76)
Browse files Browse the repository at this point in the history
* bump the RTD file to v2 so builds pass

* trigger ci
  • Loading branch information
timmysilv authored Jul 24, 2023
1 parent 059f49b commit 5f9ab9f
Showing 1 changed file with 25 additions and 7 deletions.
32 changes: 25 additions & 7 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,29 @@
requirements_file: doc/requirements.txt
# .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

build:
image: latest
# Required
version: 2

python:
version: 3.8
# Build documentation in the doc/ directory with Sphinx
sphinx:
configuration: doc/conf.py

# Don't build any extra formats
# Build documentation with MkDocs
#mkdocs:
# configuration: mkdocs.yml

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

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

build:
image: latest

0 comments on commit 5f9ab9f

Please sign in to comment.