Skip to content

Commit a98202a

Browse files
rsareddy0329Roja Reddy Sareddy
andauthored
Documentation Fixes (#195)
* Documentation Fixes * Documentation Fixes --------- Co-authored-by: Roja Reddy Sareddy <[email protected]>
1 parent c9fa876 commit a98202a

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ __pycache__/
1616
/.mypy_cache
1717

1818
/doc/_apidoc/
19+
doc/_build/
1920
/build
2021

2122
/sagemaker-hyperpod/build

.readthedocs.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
version: 2
2+
3+
build:
4+
os: ubuntu-22.04
5+
tools:
6+
python: "3.9"
7+
8+
python:
9+
install:
10+
- method: pip
11+
path: .
12+
- requirements: doc/requirements.txt
13+
14+
sphinx:
15+
configuration: doc/conf.py
16+
fail_on_warning: false
17+
18+
formats:
19+
- pdf
20+
- epub

0 commit comments

Comments
 (0)