File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 2424# NOTE: If you installed your project in editable mode, this might be stale.
2525# If this is the case, reinstall it to refresh the metadata
2626
27- info = metadata ("pyUCell" )
28- project = "pyucell"
29- project_name = "pyucell"
30- author = "Massimo Andreatta"
27+ info = metadata ("pyucell" )
28+ project = info ["Name" ]
29+ author = info ["Author" ]
3130copyright = f"{ datetime .now ():%Y} , { author } ."
3231version = info ["Version" ]
3332urls = dict (pu .split (", " ) for pu in info .get_all ("Project-URL" ))
4443html_context = {
4544 "display_github" : True , # Integrate GitHub
4645 "github_user" : "carmonalab" ,
47- "github_repo" : project_name ,
46+ "github_repo" : project ,
4847 "github_version" : "master" ,
4948 "conf_py_path" : "/docs/" ,
5049}
You can’t perform that action at this time.
0 commit comments