Skip to content

Commit

Permalink
build: Add config and requirements for readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
bow committed Jan 24, 2023
1 parent 6e664c7 commit fedfa07
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version: 2

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

python:
install:
- requirements: "docs/requirements.txt"
system_packages: true

sphinx:
build: "html"
configuration: "docs/conf.py"
fail_on_warning: true
2 changes: 2 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
sphinx==5.3.0
insipid-sphinx-theme==0.3.6

0 comments on commit fedfa07

Please sign in to comment.