Skip to content

Commit

Permalink
update signatures
Browse files Browse the repository at this point in the history
  • Loading branch information
tiltingpenguin committed Feb 15, 2024
1 parent 3d1635c commit 9a1f903
Show file tree
Hide file tree
Showing 3 changed files with 283 additions and 18 deletions.
9 changes: 9 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,19 @@
# Required
version: 2

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

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

# Optionally build your docs in additional formats such as PDF
formats:
- pdf

python:
install:
- requirements: docs/requirements.rtd.txt
1 change: 1 addition & 0 deletions docs/requirements.rtd.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sphinx_rtd_theme==1.0.0
Loading

0 comments on commit 9a1f903

Please sign in to comment.