Skip to content

Commit

Permalink
Merge pull request #1139 from wright-group/docs
Browse files Browse the repository at this point in the history
Docs
  • Loading branch information
kameyer226 committed Jan 30, 2024
2 parents 2350270 + 4065bac commit 6f9c549
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
18 changes: 13 additions & 5 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
requirements_file: requirements.txt
version: 2

build:
image: latest
os: ubuntu-22.04
tools:
python: "3.9"

python:
version: 3.8
pip_install: true
extra_requirements: [docs]
install:
- method: pip
path: .
extra_requirements:
- docs

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

formats:
- epub
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
.
.

0 comments on commit 6f9c549

Please sign in to comment.