Skip to content

Commit 77c7515

Browse files
committed
Adds readthedocs config
1 parent e7db37f commit 77c7515

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.readthedocs.yml renamed to .readthedocs.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ version: 2
77

88
# Build documentation in the docs/ directory with Sphinx
99
#sphinx:
10-
# configuration: docs/conf.py
10+
configuration: pyoscode/docs/conf.py
1111

1212
# Build documentation with MkDocs
1313
#mkdocs:
1414
# configuration: mkdocs.yml
1515

1616
# Optionally build your docs in additional formats such as PDF
17-
formats:
18-
- pdf
17+
#formats:
18+
# - pdf
1919

2020
# Optionally set the version of Python and requirements required to build your docs
2121
python:

0 commit comments

Comments
 (0)