Skip to content

Commit 36bfd69

Browse files
author
manoharlab
committed
FIX: updated sphinx config file and .readthedocs.yml
1 parent bb761b3 commit 36bfd69

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

.readthedocs.yml

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

3-
sphinx:
4-
configuration: docs/conf.py
3+
build:
4+
os: ubuntu-22.04
5+
tools:
6+
python: "3.12"
7+
install:
8+
- requirements: requirements-dev.txt
59

610
python:
7-
version: 3.7
811
install:
9-
- requirements: requirements-dev.txt
12+
- method: pip
13+
path: .
14+
15+
sphinx:
16+
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)