Skip to content

Commit e4d77f5

Browse files
committed
include sphinx config in the RTD.yaml
1 parent 2e4f5e5 commit e4d77f5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

{{ cookiecutter.__dirname }}/{% if cookiecutter.sphinx_docs in ['y', 'yes'] %}.readthedocs.yaml{% endif %}

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
# Required
99
version: 2
1010

11+
sphinx:
12+
configuration: docs/conf.py
13+
1114
build:
1215
os: ubuntu-lts-latest
1316
tools:

0 commit comments

Comments
 (0)