Commit c7ed7fa 1 parent 9de0a67 commit c7ed7fa Copy full SHA for c7ed7fa
File tree 2 files changed +26
-18
lines changed
2 files changed +26
-18
lines changed Original file line number Diff line number Diff line change 1
1
version : 2
2
2
mkdocs :
3
- configuration : mkdocs.yml
3
+ configuration : mkdocs.yml
4
+
5
+ build :
6
+ os : " ubuntu-20.04"
7
+ tools :
8
+ python : " 3.8"
9
+
4
10
python :
5
- install :
6
- - requirements : docs/requirements.txt
11
+ install :
12
+ - requirements : docs/requirements.txt
13
+ - method : pip
14
+ path : .
Original file line number Diff line number Diff line change 1
1
site_name : CRFM HELM
2
2
repo_url : https://github.com/example/repository/
3
3
theme :
4
- name : readthedocs
5
- highlightjs : false
4
+ name : readthedocs
5
+ highlightjs : false
6
6
plugins :
7
- - search
8
- - macros :
9
- module_name : docs/mkdocs_macros
10
- - mkdocstrings :
11
- handlers :
12
- python :
13
- show_root_heading : true
14
- show_signature_annotations : true
15
- show_bases : false
16
- show_source : false
7
+ - search
8
+ - macros :
9
+ module_name : docs/mkdocs_macros
10
+ - mkdocstrings :
11
+ handlers :
12
+ python :
13
+ show_root_heading : true
14
+ show_signature_annotations : true
15
+ show_bases : false
16
+ show_source : false
17
17
extra_css :
18
- - docstrings.css
18
+ - docstrings.css
19
19
markdown_extensions :
20
- - pymdownx.magiclink
20
+ - pymdownx.magiclink
21
21
watch :
22
- - src
22
+ - src
You can’t perform that action at this time.
0 commit comments