MilesCranmer commited on
Commit
9a11423
1 Parent(s): b18f96d

Add plugins to site

Browse files
Files changed (1) hide show
  1. mkdocs.yml +11 -1
mkdocs.yml CHANGED
@@ -14,4 +14,14 @@ extra:
14
  extra_css:
15
  - stylesheets/extra.css
16
 
17
- repo_url: https://github.com/MilesCranmer/PySR
 
 
 
 
 
 
 
 
 
 
 
14
  extra_css:
15
  - stylesheets/extra.css
16
 
17
+ repo_url: https://github.com/MilesCranmer/PySR
18
+
19
+ plugins:
20
+ - search
21
+ - autorefs
22
+ - mkdocstrings:
23
+ default_handler: python
24
+ handlers:
25
+ python:
26
+ options:
27
+ docstring_style: numpy