Skip to content

Commit b38b9fb

Browse files
committed
tweak readthedocs yml
1 parent 4b038d2 commit b38b9fb

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.readthedocs.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ build:
1313

1414
# Build documentation in the docs/ directory with Sphinx
1515
sphinx:
16-
configuration: docs/source/conf.py
16+
configuration: docs/conf.py
1717

18-
# We recommend specifying your dependencies to enable reproducible builds:
19-
# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
20-
# python:
21-
# install:
22-
# - requirements: docs/requirements.txt
18+
We recommend specifying your dependencies to enable reproducible builds:
19+
https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
20+
python:
21+
install:
22+
- requirements: docs/requirements.txt

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ build:
1313

1414
# Build documentation in the docs/ directory with Sphinx
1515
sphinx:
16-
configuration: docs/source/conf.py
16+
configuration: docs/conf.py
1717

1818
# We recommend specifying your dependencies to enable reproducible builds:
1919
# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html

0 commit comments

Comments
 (0)