Skip to content

Commit 26f5fb8

Browse files
authored
Removing comments from rtd config that break docs (#26)
1 parent 2e9cf86 commit 26f5fb8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.readthedocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ build:
1818
- npm install -g @mermaid-js/[email protected]
1919

2020
# Set requirements to build the docs
21-
# python:
22-
# install:
23-
# - requirements: docs/requirements.txt
21+
python:
22+
install:
23+
- requirements: docs/requirements.txt
2424

2525
# Build documentation in the docs/ directory with Sphinx
2626
sphinx:

0 commit comments

Comments
 (0)