Skip to content

Commit

Permalink
Add files needed to build the docs on readthedocs.io
Browse files Browse the repository at this point in the history
  • Loading branch information
fedelibre committed Jan 4, 2025
1 parent 50658a6 commit ea3c0c4
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version: 2

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

python:
install:
- requirements: doc/requirements.txt
# Install our python package before building the docs
- method: pip
path: .

sphinx:
configuration: doc/conf.py
fail_on_warning: true
2 changes: 2 additions & 0 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Sphinx==8.1.3
sphinx-rtd-theme==3.0.2

0 comments on commit ea3c0c4

Please sign in to comment.