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

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.readthedocs.yaml

Lines changed: 13 additions & 0 deletions
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)