Skip to content

Commit c839b66

Browse files
committed
update readthedoc config
1 parent a45ec64 commit c839b66

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

docs/.readthedocs.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ python:
1313
install:
1414
- method: pip
1515
path: .
16-
extra_requirements:
17-
- sphinx_rtd_theme
16+
- method: pip
17+
requirements: requirements.txt
18+
1819

docs/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
sphinx_rtd_theme

docs/source/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
# import os
1414
# import sys
1515
# sys.path.insert(0, os.path.abspath('.'))
16-
import sphinx_rtd_theme
1716

1817
# -- Project information -----------------------------------------------------
1918

0 commit comments

Comments
 (0)