File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ build:
1313
1414# Build documentation in the docs/ directory with Sphinx
1515sphinx :
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
Original file line number Diff line number Diff line change 1313
1414# Build documentation in the docs/ directory with Sphinx
1515sphinx :
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
You can’t perform that action at this time.
0 commit comments