Skip to content

Commit 9b6ed8e

Browse files
Merge pull request #348 from sreekarreddydfci/master
Fixed docs
2 parents 03e9b36 + eb62e29 commit 9b6ed8e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.readthedocs.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,17 @@
55
# Required
66
version: 2
77

8+
build:
9+
os: ubuntu-22.04
10+
tools:
11+
python: "3.8"
12+
813
# Build documentation with Sphinx
914
sphinx:
1015
configuration: docs/source/conf.py
1116
builder: html
1217
fail_on_warning: false
1318

1419
python:
15-
version: "3.8"
1620
install:
1721
- requirements: docs/readthedocs-requirements.txt

docs/readthedocs-requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ sphinx-rtd-theme==1.0.0
55
sphinx-autoapi==1.8.4
66
ipython==8.10.0
77
sphinx-copybutton==0.4.0
8+

0 commit comments

Comments
 (0)