Skip to content

Commit

Permalink
ci: Update readthedocs config
Browse files Browse the repository at this point in the history
Read The Docs has added a few new required config options.
  • Loading branch information
achow101 committed Jan 17, 2024
1 parent 953d3dc commit d10dbe8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
version: 2

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

python:
install:
- requirements: docs/requirements.txt

sphinx:
configuration: docs/conf.py
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
sphinxcontrib-autoprogram>=0.1.5
sphinx>=3.2.1
sphinx_rtd_theme>=1.0.0

0 comments on commit d10dbe8

Please sign in to comment.