Skip to content

Commit

Permalink
Merge #721: ci: Update readthedocs config
Browse files Browse the repository at this point in the history
d10dbe8 ci: Update readthedocs config (Ava Chow)

Pull request description:

  Read The Docs has added a few new required config options.

Top commit has no ACKs.

Tree-SHA512: 97bbbe1e3aabfab245aa7db014b0df18eba73ff390f04f6772c72585cab6531fb986e5d63b89f64ebfda37575caca4475308c1e31eda3937f830c809e4f4e682
  • Loading branch information
achow101 committed Jan 17, 2024
2 parents 953d3dc + d10dbe8 commit bc6b053
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 bc6b053

Please sign in to comment.