Skip to content

Commit d51918a

Browse files
committed
fix docs build error
1 parent bbec028 commit d51918a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.readthedocs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ build:
2020
- mkdir -p $READTHEDOCS_OUTPUT/html/
2121
- cd docs && pwd
2222
- cd docs && ls
23-
- python -m sphinx -T -b html -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/html
23+
- python -m sphinx -T -b html -d _build/doctrees -D language=en ./docs $READTHEDOCS_OUTPUT/html
2424

2525
# Build documentation in the docs/ directory with Sphinx
2626
sphinx:
27-
configuration: ./docs/conf.py
27+
configuration: docs/conf.py
2828

2929
# Build all formats
3030
formats: all

0 commit comments

Comments
 (0)