Skip to content

Commit

Permalink
Add readthedocs configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
BradyPlanden committed Dec 14, 2023
1 parent af10b31 commit a51d720
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions pybop/readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
version: 2

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

# Build documentation in the "docs/" directory with Sphinx
sphinx:
configuration: docs/conf.py

formats:
- htmlzip
- pdf
- epub

python:
install:
- method: pip
path: .[docs]

0 comments on commit a51d720

Please sign in to comment.