File tree Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ sphinx:
90
90
- " https://materialsproject.github.io/jobflow"
91
91
- null
92
92
monty :
93
- - " https://guide. materialsvirtuallab.org /monty"
93
+ - " https://materialsvirtuallab.github.io /monty"
94
94
- null
95
95
language : en
96
96
html_extra_path :
@@ -103,6 +103,7 @@ sphinx:
103
103
templates_path :
104
104
- " _templates"
105
105
- components
106
+ suppress_warnings : etoc.toctree
106
107
107
108
# pygments_style: github
108
109
@@ -130,13 +131,13 @@ sphinx:
130
131
# control pydantic model docs
131
132
autodoc_pydantic_model_show_json : false
132
133
autodoc_pydantic_model_show_field_summary : false
133
- autodoc_pydantic_model_show_config : false
134
+ autodoc_pydantic_model_show_config_member : false
134
135
autodoc_pydantic_model_show_config_summary : false
135
136
autodoc_pydantic_model_show_validator_members : false
136
137
autodoc_pydantic_model_member_order : bysource
137
138
autodoc_pydantic_settings_show_json : false
138
139
autodoc_pydantic_settings_show_field_summary : false
139
- autodoc_pydantic_settings_show_config : false
140
+ autodoc_pydantic_settings_show_config_member : false
140
141
autodoc_pydantic_settings_show_config_summary : false
141
142
autodoc_pydantic_settings_show_validator_members : false
142
143
autodoc_pydantic_settings_member_order : bysource
Original file line number Diff line number Diff line change @@ -40,25 +40,24 @@ amset = ["amset>=0.4.15", "pydash"]
40
40
cclib = [" cclib" ]
41
41
phonons = [" phonopy>=1.10.8" , " seekpath" ]
42
42
docs = [
43
- " numpydoc==1.3.1" ,
44
- " mistune==0.8.4" ,
45
- " ipython==8.3.0" ,
43
+ " numpydoc==1.4.0" ,
44
+ " ipython==8.5.0" ,
46
45
" FireWorks==2.0.3" ,
47
- " autodoc_pydantic==1.6 .2" ,
46
+ " autodoc_pydantic==1.7 .2" ,
48
47
" jupyter-book==0.12.3" ,
49
48
]
50
49
dev = [" pre-commit>=2.12.1" ]
51
- tests = [" pytest==7.1.2 " , " pytest-cov==3 .0.0" , " FireWorks==2.0.3" ]
50
+ tests = [" pytest==7.1.3 " , " pytest-cov==4 .0.0" , " FireWorks==2.0.3" ]
52
51
strict = [
53
- " pydantic==1.9.0 " ,
54
- " pymatgen==2022.8.23 " ,
52
+ " pydantic==1.10.2 " ,
53
+ " pymatgen==2022.9.21 " ,
55
54
" custodian==2022.5.26" ,
56
- " monty==2022.4.26 " ,
57
- " jobflow==0.1.8 " ,
55
+ " monty==2022.9.9 " ,
56
+ " jobflow==0.1.9 " ,
58
57
" click==8.1.3" ,
59
58
" PyYAML==6.0" ,
60
- " cclib==1.7.1 " ,
61
- " phonopy==2.15.1 " ,
59
+ " cclib==1.7.2 " ,
60
+ " phonopy==2.16.2 " ,
62
61
" seekpath==2.0.1" ,
63
62
" numpy" ,
64
63
]
You can’t perform that action at this time.
0 commit comments