MilesCranmer commited on
Commit
6b4263a
1 Parent(s): d08c88b

Add missing pydoc-markdown configuration

Browse files
Files changed (1) hide show
  1. pydoc-markdown.yml +19 -0
pydoc-markdown.yml ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ loaders:
2
+ - type: python
3
+ processors:
4
+ - type: filter
5
+ - type: smart
6
+ - type: crossref
7
+ renderer:
8
+ type: mkdocs
9
+ pages:
10
+ - title: Home
11
+ name: index
12
+ source: README.md
13
+ - title: API Documentation
14
+ contents:
15
+ - '*'
16
+ mkdocs_config:
17
+ mkdocs_config:
18
+ site_name: My Project
19
+ theme: readthedocs