Skip to content

Commit ca96441

Browse files
author
Paul Prescod
authored
Exclude fake data from searches and use source-based configuration (#542)
1 parent 6a42113 commit ca96441

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.readthedocs.yaml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
version: 2
2+
search:
3+
ignore:
4+
- fakedata/*.html
5+
6+
mkdocs:
7+
configuration: mkdocs.yml
8+
9+
python:
10+
install:
11+
- requirements: requirements_dev.txt
12+
- method: setuptools
13+
path: .

0 commit comments

Comments
 (0)