Skip to content

Commit 7c28505

Browse files
author
manoharlab
committed
FIX: updated sphinx config file and .readthedocs.yml to accurately generate documentation
1 parent bb761b3 commit 7c28505

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

.readthedocs.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
version: 2
22

3-
sphinx:
4-
configuration: docs/conf.py
3+
build:
4+
os: ubuntu-22.04
5+
tools:
6+
python: "3.11"
57

68
python:
7-
version: 3.7
89
install:
9-
- requirements: requirements-dev.txt
10+
- requirements: requirements-dev.txt
11+
- method: pip
12+
path: .
13+
14+
sphinx:
15+
configuration: docs/conf.py

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
autodoc_member_order = "bysource"
3434
autoclass_content = "init"
3535

36-
language = None
36+
language = "en"
3737

3838
here = pathlib.Path(__file__).parent
3939

0 commit comments

Comments
 (0)