Skip to content

Commit

Permalink
fix: Update RTD config.
Browse files Browse the repository at this point in the history
RTD updated their config format. This updates
the cookiecutter to match their recommendations.

#416
  • Loading branch information
dianakhuang committed Dec 6, 2023
1 parent 2457659 commit 5eb7e4b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ Change Log
This file loosely adheres to the structure of https://keepachangelog.com/,
but in reStructuredText instead of Markdown.
2023-12-06
**********

Changed
=======

- Updated the RTD config to match their new format.


2023-11-08
**********

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,14 @@ version: 2
sphinx:
configuration: docs/conf.py

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

python:
version: 3.8
install:
- requirements: requirements/doc.txt
- method: pip
path: .

0 comments on commit 5eb7e4b

Please sign in to comment.